install root overlay before doing build scripts
This commit is contained in:
parent
1f7c0bc105
commit
9e04a5fdf7
|
@ -33,11 +33,11 @@ RUN \
|
|||
rm -rf /root/go && \
|
||||
rm /etc/ssh/*host*key*
|
||||
|
||||
COPY ./root /
|
||||
|
||||
COPY ./setup /tmp/setup
|
||||
RUN bash /tmp/setup/run.sh
|
||||
|
||||
COPY ./root /
|
||||
|
||||
RUN chmod +rx /etc/service/*/run
|
||||
|
||||
CMD ["/usr/local/sbin/runsvinit"]
|
||||
|
|
Loading…
Reference in New Issue