one line apt-get

This commit is contained in:
Aleksis Brezas 2014-10-01 09:03:47 +00:00 committed by Pablo Carranza Vélez
parent 712647b69e
commit 3cb5cb9571

View File

@ -1,6 +1,5 @@
FROM resin/supervisor-base:latest
RUN apt-get -q update
RUN apt-get install -qqy openvpn libsqlite3-dev socat
RUN apt-get -q update && apt-get install -qqy openvpn libsqlite3-dev socat
ADD . /app
RUN /build/builder
RUN apt-get clean