浏览代码

remove tsinghua

Yeuoly 1 年之前
父节点
当前提交
503b054c1a
共有 2 个文件被更改,包括 0 次插入6 次删除
  1. 0 3
      docker/amd64/dockerfile
  2. 0 3
      docker/arm64/dockerfile

+ 0 - 3
docker/amd64/dockerfile

@@ -4,9 +4,6 @@ FROM python:3.10-slim
 COPY main /main
 COPY conf/config.yaml /conf/config.yaml
 
-# change source to TSINGHUA if environment['TSINGHUA'] is set
-ARG TSINGHUA
-
 RUN apt-get clean && apt-get update 
 RUN apt-get install -y pkg-config libseccomp-dev wget xz-utils
 RUN rm -rf /var/lib/apt/lists/* \

+ 0 - 3
docker/arm64/dockerfile

@@ -4,9 +4,6 @@ FROM python:3.10-slim
 COPY main /main
 COPY conf/config.yaml /conf/config.yaml
 
-# change source to TSINGHUA if environment['TSINGHUA'] is set
-ARG TSINGHUA
-
 RUN apt-get clean && apt-get update 
 RUN apt-get install -y pkg-config libseccomp-dev wget xz-utils
 RUN rm -rf /var/lib/apt/lists/* \