From 249a59688c15e58fbcf5c756787621611b84f186 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Thu, 17 Sep 2020 10:09:35 +0800 Subject: [PATCH] =?UTF-8?q?[feat:1.8]=E5=A2=9E=E5=8A=A0dmidecode=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 503da87..f7d8282 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ LABEL \ "Vendor"="Endial Fang (endial@126.com)" RUN select_source ${apt_source} -RUN install_pkg p11-kit ca-certificates +RUN install_pkg p11-kit ca-certificates dmidecode RUN mkdir -p ${JAVA_HOME} COPY --from=builder /usr/local/openjdk-8u262-b10-jre/ ${JAVA_HOME} diff --git a/alpine/Dockerfile b/alpine/Dockerfile index f8e7235..dad1aaa 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -36,7 +36,7 @@ LABEL \ "Vendor"="Endial Fang (endial@126.com)" RUN select_source ${apt_source} -RUN install_pkg p11-kit p11-kit-trust ca-certificates +RUN install_pkg p11-kit p11-kit-trust ca-certificates dmidecode RUN mkdir -p ${JAVA_HOME} COPY --from=builder /usr/local/openjdk-8u262-b10-jre/ ${JAVA_HOME}