This commit is contained in:
2023-05-01 18:00:47 +02:00
parent 059eb615ee
commit 1ecd4b6c5d

View File

@@ -25,7 +25,7 @@ COPY rootfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bash ca-certificates curl jq tzdata xz-utils iputils-ping snmp procps lm-sensors libcap2-bin wget && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bash ca-certificates curl jq tzdata xz-utils iputils-ping snmp procps lm-sensors libcap2-bin wget gnupg && \
c_rehash && \
rm -rf /var/lib/apt/lists/*