mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-11 23:42:54 +00:00
6 lines
157 B
Docker
6 lines
157 B
Docker
FROM resin/supervisor-base:latest
|
|
RUN apt-get -q update && apt-get install -qqy openvpn libsqlite3-dev socat
|
|
ADD . /app
|
|
RUN /build/builder
|
|
RUN apt-get clean
|