소스 검색

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/* \