add mibs
This commit is contained in:
@@ -3,10 +3,12 @@ FROM zabbix/zabbix-server-pgsql:ubuntu-7.0-latest
|
||||
USER root
|
||||
RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install python3 python3-requests && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install python3 python3-requests snmp-mibs-downloader && \
|
||||
ln -s /usr/bin/python3 /usr/bin/python && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN download-mibs
|
||||
|
||||
USER 1997
|
||||
|
Reference in New Issue
Block a user