fix: Dockerfile添加curl支持健康检查
This commit is contained in:
@@ -10,7 +10,7 @@ ENV TZ=Asia/Shanghai
|
|||||||
|
|
||||||
# 安装 wkhtmltopdf(包含 wkhtmltoimage)与中文字体
|
# 安装 wkhtmltopdf(包含 wkhtmltoimage)与中文字体
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends wkhtmltopdf fonts-noto-cjk && \
|
apt-get install -y --no-install-recommends wkhtmltopdf curl fonts-noto-cjk && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 配置 pip 使用国内镜像源
|
# 配置 pip 使用国内镜像源
|
||||||
|
|||||||
Reference in New Issue
Block a user