From f2af751061dfd54f4066de2efa878fa3a3b6d9f7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 10 May 2023 21:12:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7b8d66..6e9618a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ 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 nano net-tools +RUN apt-get install -y nano net-tools