balena-supervisor/Dockerfile

7 lines
158 B
Docker
Raw Normal View History

FROM resin/supervisor-base:latest
RUN apt-get -q update
RUN apt-get install -qqy openvpn libsqlite3-dev socat
ADD . /app
RUN /build/builder
2014-09-22 15:08:19 +02:00
RUN apt-get clean