mib2c-update
SNMP (Simple Network Management Protocol) development files
RUN apt-get update && \
apt-get install -y libsnmp-dev
RUN apt-get update && \
apt-get install -y libsnmp-dev
RUN apk add net-snmp
RUN pacman -S --noconfirm net-snmp
RUN apt-get update && \
apt-get install -y libsnmp-dev
RUN dnf install -y net-snmp-perl-1
RUN apt-get update && \
apt-get install -y libsnmp-dev