apt-get install on Dockerfile.i386

This commit is contained in:
Aleksis Brezas 2014-10-03 19:19:41 +00:00 committed by Pablo Carranza Vélez
parent e802631529
commit ef4c4b9ae6

View File

@ -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