mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
Use the i386-node image for the i386 supervisor.
This commit is contained in:
parent
75e5a8302b
commit
4162d63c98
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user