[feat:1.8]增加dmidecode工具

This commit is contained in:
2020-09-17 10:09:35 +08:00
parent 9bd9d9a6f0
commit 249a59688c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}
+1 -1
View File
@@ -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}