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 /etc/ssh/*host*key*
|
||||
|
||||
COPY ./root /
|
||||
COPY ./setup /tmp/setup
|
||||
RUN bash /tmp/setup/run.sh
|
||||
|
||||
COPY ./build /tmp/build
|
||||
RUN bash /tmp/build/run.sh && rm -rf /tmp/build
|
||||
COPY ./root /
|
||||
|
||||
RUN chmod +rx /etc/service/*/run
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user