Skip to content

Commit cfe844a

Browse files
committed
修正源地址
1 parent 12c3f90 commit cfe844a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

API.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ WORKDIR /app
2020
EXPOSE 8200
2121
ENV LANG zh_CN.UTF-8
2222
RUN mkdir /app/shapes && mkdir /app/Fonts
23-
RUN echo "deb https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib" > /etc/apt/sources.list && \
24-
echo "deb-src https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib" >> /etc/apt/sources.list && \
25-
echo "deb https://mirrors.aliyun.com/debian-security/ bookworm-security main" >> /etc/apt/sources.list && \
26-
echo "deb-src https://mirrors.aliyun.com/debian-security/ bookworm-security main" >> /etc/apt/sources.list
23+
RUN echo "deb https://mirrors.aliyun.com/debian/ noble main non-free non-free-firmware contrib" > /etc/apt/sources.list && \
24+
echo "deb-src https://mirrors.aliyun.com/debian/ noble main non-free non-free-firmware contrib" >> /etc/apt/sources.list && \
25+
echo "deb https://mirrors.aliyun.com/debian-security/ noble-security main" >> /etc/apt/sources.list && \
26+
echo "deb-src https://mirrors.aliyun.com/debian-security/ noble-security main" >> /etc/apt/sources.list
2727
RUN apt-get update &&\
2828
apt-get install -y fontconfig && apt-get clean
2929
COPY docker-entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)