update docker/Dockerfile.

使用中国科技大学源之前的bit源有问题在爱速特nas报错
This commit is contained in:
Willis 2023-04-14 17:09:42 +00:00 committed by Gitee
parent 85b9d03877
commit e1ec3732d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN export BUNDLE_FFMPEG=${BUNDLE_FFMPEG:-true} \
&& export USE_PYPI_MIRROR=${USE_PYPI_MIRROR:-true} \
\
&& ((test "$USE_APT_MIRROR"x = "true"x \
&& sed -i "s/deb.debian.org/mirrors.bit.edu.cn/g" /etc/apt/sources.list) || true) \
&& sed -i "s/deb.debian.org/mirrors.ustc.edu.cn/g" /etc/apt/sources.list) || true) \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y wget xz-utils dos2unix \