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 -rf /root/go && \
|
||||||
rm /etc/ssh/*host*key*
|
rm /etc/ssh/*host*key*
|
||||||
|
|
||||||
|
COPY ./root /
|
||||||
|
|
||||||
COPY ./setup /tmp/setup
|
COPY ./setup /tmp/setup
|
||||||
RUN bash /tmp/setup/run.sh
|
RUN bash /tmp/setup/run.sh
|
||||||
|
|
||||||
COPY ./root /
|
|
||||||
|
|
||||||
RUN chmod +rx /etc/service/*/run
|
RUN chmod +rx /etc/service/*/run
|
||||||
|
|
||||||
CMD ["/usr/local/sbin/runsvinit"]
|
CMD ["/usr/local/sbin/runsvinit"]
|
||||||
|
|
Loading…
Reference in New Issue