This commit is contained in:
parent
62459c7f8e
commit
45b6fcc5d5
|
@ -2,7 +2,7 @@ FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest-slim
|
|||
|
||||
ENV TZ="Asia/Shanghai"
|
||||
|
||||
RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list && \
|
||||
RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list.d/debian.sources && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends sudo python3-minimal python3-pip git openssh-client && \
|
||||
apt-get clean && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user