From 54cce49a4e35ca9f698f4b35fc58fb963f226af9 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 10 May 2023 22:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e9618a..1905ae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ ADD ./fonts/SourceHanSansCN-Light.otf /usr/share/fonts/SourceHanSansCN-Light.otf ADD ./fonts/SourceHanSerifCN-Regular.otf /usr/share/fonts/SourceHanSerifCN-Regular.otf ADD ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/SourceHanSansCN-Regular.otf -RUN apt-get install -y nano net-tools +RUN apt-get install -y nano net-tools ca-certificates +