install root overlay before doing build scripts
이 커밋은 다음에 포함됨:
+2
-2
@@ -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"]
|
||||||
|
|||||||
새 이슈에서 참조
사용자 차단