[fix:10]增加wget用作健康检查

This commit is contained in:
2020-10-10 11:07:00 +08:00
parent 4cce26caa3
commit bb5b52b017
+1 -1
View File
@@ -40,7 +40,7 @@ LABEL "Version"="v10" \
COPY prebuilds /
RUN select_source ${apt_source}
RUN install_pkg locales apt-utils tini libnss-wrapper
RUN install_pkg locales apt-utils tini libnss-wrapper wget
RUN set -eux; \
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen; \
sed -i -e 's/# zh_CN.UTF-8 UTF-8/zh_CN.UTF-8 UTF-8/' /etc/locale.gen; \