Compare commits
No commits in common. "07788af7ccb587b7b96dceffee6a9e4bc47d97be" and "1f7c0bc10500a3cdeea9c96f09fdf7bcdaaa8bcc" have entirely different histories.
07788af7cc
...
1f7c0bc105
@ -33,10 +33,10 @@ 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
|
||||||
|
RUN bash /tmp/setup/run.sh
|
||||||
|
|
||||||
COPY ./build /tmp/build
|
COPY ./root /
|
||||||
RUN bash /tmp/build/run.sh && rm -rf /tmp/build
|
|
||||||
|
|
||||||
RUN chmod +rx /etc/service/*/run
|
RUN chmod +rx /etc/service/*/run
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user