Skip to content

Commit 1b2c38c

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

API.Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ 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/ 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
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 &&\
28-
apt-get install -y fontconfig && apt-get clean
28+
apt-get install -y fontconfig iputils-ping net-tools curl && apt-get clean
2929
COPY docker-entrypoint.sh /usr/local/bin/
3030
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
3131
ADD ./src/ZServer.API/fonts/* /usr/share/fonts/truetype/deng/

0 commit comments

Comments
 (0)