File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ WORKDIR /app
2020EXPOSE 8200
2121ENV LANG zh_CN.UTF-8
2222RUN 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
2727RUN 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
2929COPY docker-entrypoint.sh /usr/local/bin/
3030RUN chmod +x /usr/local/bin/docker-entrypoint.sh
3131ADD ./src/ZServer.API/fonts/* /usr/share/fonts/truetype/deng/
You can’t perform that action at this time.
0 commit comments