From 627d6f33ecfa8fed6499fbd2766d7ec6faf40086 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Thu, 8 Jul 2021 09:05:30 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=E9=BB=98=E8=AE=A4=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=8C=85net-tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cb256c..c0bf01a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \