!19 update docker/Dockerfile.

Merge pull request !19 from Willis/N/A
This commit is contained in:
Yoimiya 2023-04-15 21:02:26 +00:00 committed by Gitee
commit fd6457d469
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} \ && export USE_PYPI_MIRROR=${USE_PYPI_MIRROR:-true} \
\ \
&& ((test "$USE_APT_MIRROR"x = "true"x \ && ((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 update \
&& apt-get upgrade -y \ && apt-get upgrade -y \
&& apt-get install -y wget xz-utils dos2unix \ && apt-get install -y wget xz-utils dos2unix \