Add missing file dependency for net-snmp configure
This commit is contained in:
parent
0b0d326892
commit
2542909690
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ RUN apk add --no-cache \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
perl \
|
perl \
|
||||||
curl
|
curl \
|
||||||
|
file
|
||||||
|
|
||||||
# Download and extract net-snmp source
|
# 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" \
|
RUN curl -fsSL "https://downloads.sourceforge.net/project/net-snmp/net-snmp/${NETSNMP_VERSION}/net-snmp-${NETSNMP_VERSION}.tar.gz" \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue