Add missing file dependency for net-snmp configure

This commit is contained in:
Graham McIntire 2026-02-11 08:03:44 -06:00
parent 0b0d326892
commit 2542909690
No known key found for this signature in database

View file

@ -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" \