balena-supervisor/Dockerfile

8 lines
195 B
Docker
Raw Normal View History

2014-04-28 04:59:48 +00:00
FROM resin/rpi-buildstep:v0.0.5
ADD . /app
ADD deploy_key /root/.ssh/id_rsa
2014-04-27 21:29:28 +00:00
RUN chmod 400 /root/.ssh/id_rsa
ADD known_hosts /root/.ssh/known_hosts
RUN /build/builder
ENTRYPOINT ["/app/entry.sh"]