增加日志
Deploy to Test / deploy (push) Failing after 16s
Details
Deploy to Test / deploy (push) Failing after 16s
Details
This commit is contained in:
parent
bc8e59c70c
commit
e96d4fec18
|
@ -2,6 +2,9 @@
|
|||
ARG USER_ID
|
||||
ARG GROUP_ID
|
||||
|
||||
RUN echo "USER_ID: ${USER_ID}" > /data/test.txt
|
||||
RUN echo "USER_ID: ${USER_ID}"
|
||||
|
||||
# 替换为清华大学镜像源(Debian 10 Buster)
|
||||
RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list \
|
||||
&& sed -i 's/security.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
|
||||
|
|
Loading…
Reference in New Issue