mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
4 lines
64 B
Docker
4 lines
64 B
Docker
FROM rpi-buildstep-armv6hf:latest
|
|
ADD . /app
|
|
RUN /build/builder
|