add mibs
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
2025-08-17 19:12:38 +02:00
parent 4c5b332c78
commit ae7f6cc700
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,3 @@
#!/bin/bash
version="7.0"
docker image build --pull .