mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 02:01:35 +00:00
apt-get install on Dockerfile.i386
This commit is contained in:
parent
e802631529
commit
ef4c4b9ae6
@ -1,9 +1,7 @@
|
||||
FROM resin/i386-ubuntu:14.04
|
||||
|
||||
# Install.
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y curl git unzip wget npm nodejs inetutils-ping
|
||||
RUN apt-get update && apt-get install -y curl git unzip wget npm nodejs inetutils-ping openvpn libsqlite3-dev socat
|
||||
RUN ln -sf /usr/bin/nodejs /usr/bin/node
|
||||
|
||||
ADD . /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user