mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
5 lines
82 B
Docker
5 lines
82 B
Docker
FROM resin/supervisor-base:latest
|
|
ADD . /app
|
|
RUN /build/builder
|
|
RUN apt-get clean
|