Use the i386-node image for the i386 supervisor.

This commit is contained in:
Pagan Gazzard 2015-04-09 00:39:21 +01:00 committed by Pablo Carranza Vélez
parent 75e5a8302b
commit 4162d63c98

View File

@ -1,14 +1,7 @@
FROM resin/i386-debian:jessie
FROM resin/i386-node:0.10.36-slim
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
# Nodejs
RUN apt-get update \
&& apt-get install -y npm nodejs --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/
RUN ln -sf /usr/bin/nodejs /usr/bin/node
# Supervisor apt dependencies
RUN apt-get -q update \
&& apt-get install -qqy socat supervisor --no-install-recommends \