animeic 2 years ago
parent
commit
463677dfee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 FROM python:3.9-slim-buster
-RUN sed -i -E "s/\w+.debian.org/mirrors.tuna.tsinghua.edu.cn/g" /etc/apt/sources.list
+# RUN sed -i -E "s/\w+.debian.org/mirrors.tuna.tsinghua.edu.cn/g" /etc/apt/sources.list
 RUN apt-get update && \
     apt-get install -y ffmpeg libsm6 libxext6 && \
     apt-get remove --purge -y && rm -rf /var/lib/apt/lists/*