From 552fe78208d1f839b813096458c02138f5178136 Mon Sep 17 00:00:00 2001 From: devome Date: Mon, 17 Jan 2022 20:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20lscpu=20=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=89=80=E4=BE=9D=E8=B5=96=E7=9A=84=E8=BD=AF=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6868c7d3..abbb5541 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories nginx-mod-stream \ openjdk8-jre \ net-tools \ + util-linux-misc \ curl \ wget \ ttf-dejavu \ -- Gitee