mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
7 lines
158 B
Docker
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
|