From bb5b52b017d4209390cb0f712d89bed8c3b7501b Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Sat, 10 Oct 2020 11:07:00 +0800 Subject: [PATCH] =?UTF-8?q?[fix:10]=E5=A2=9E=E5=8A=A0wget=E7=94=A8?= =?UTF-8?q?=E4=BD=9C=E5=81=A5=E5=BA=B7=E6=A3=80=E6=9F=A5?= 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 f5bc44f..a8089b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \