balena-supervisor/Dockerfile
2015-10-13 13:19:45 -03:00

7 lines
158 B
Docker

FROM resin/supervisor-base:latest
RUN apt-get -q update
RUN apt-get install -qqy openvpn libsqlite3-dev socat
ADD . /app
RUN /build/builder
RUN apt-get clean