mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
Correct permissions for deploy key
This commit is contained in:
parent
aa6595a767
commit
bb2bf83a93
@ -1,6 +1,7 @@
|
||||
FROM resin/rpi-buildstep:v0.0.3
|
||||
ADD . /app
|
||||
ADD deploy_key /root/.ssh/id_rsa
|
||||
RUN chmod 400 /root/.ssh/id_rsa
|
||||
ADD known_hosts /root/.ssh/known_hosts
|
||||
RUN /build/builder
|
||||
ENTRYPOINT ["/app/entry.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user