Browse Source

remove tsinghua

Yeuoly 1 year ago
parent
commit
503b054c1a
2 changed files with 0 additions and 6 deletions
  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/* \