This commit is contained in:
2023-05-01 17:57:50 +02:00
parent e649a3993a
commit 059eb615ee

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 && \
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 && \
c_rehash && \
rm -rf /var/lib/apt/lists/*