[feat]默认增加工具包net-tools

This commit is contained in:
2021-07-08 09:05:30 +08:00
parent 8268886762
commit 627d6f33ec
+1 -1
View File
@@ -40,7 +40,7 @@ COPY prebuilds /
RUN select_source ${apt_source}
# 增加 NSS_WRAPPER 支持;安装 curl 工具
RUN install_pkg locales apt-utils libnss-wrapper curl
RUN install_pkg locales apt-utils libnss-wrapper curl net-tools
# 增加locales支持,并设置默认为 UTF-8
RUN set -eux; \