diff --git a/Dockerfile b/Dockerfile index e18f34457e..3ade3d4fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,6 +119,9 @@ RUN echo -n 00000000-0000-0000-0000-000000000000 > $HOME/.cache/chroma/telemetry # Make sure the user has access to the app and root directory RUN chown -R $UID:$GID /app $HOME +RUN sed -i 's@deb.debian.org@mirrors.aliyun.com@g' /etc/apt/sources.list.d/debian.sources && \ + sed -i 's@security.debian.org@mirrors.aliyun.com@g' /etc/apt/sources.list.d/debian.sources + # Install common system dependencies RUN apt-get update && \ apt-get install -y --no-install-recommends \