fix: 修改源

This commit is contained in:
sylarchen1389 2025-11-08 23:02:01 +08:00
parent 33cfc5cb57
commit 409671362c

View file

@ -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 \