diff --git a/Dockerfile.netsnmp b/Dockerfile.netsnmp index a82eaf7..50b3f3a 100644 --- a/Dockerfile.netsnmp +++ b/Dockerfile.netsnmp @@ -22,7 +22,8 @@ RUN apk add --no-cache \ openssl-dev \ linux-headers \ perl \ - curl + curl \ + file # Download and extract net-snmp source RUN curl -fsSL "https://downloads.sourceforge.net/project/net-snmp/net-snmp/${NETSNMP_VERSION}/net-snmp-${NETSNMP_VERSION}.tar.gz" \