remove not now needed sourcelist update
All checks were successful
build container icinga2 / build (push) Successful in 2m43s

This commit is contained in:
2025-02-07 00:53:44 +01:00
parent 2b56d04054
commit 5f207e3e4a

View File

@@ -25,9 +25,9 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
## install easysnmp ## install easysnmp
# need for full-features (add maybe if need): libsnmp-dev snmp-mibs-downloader # need for full-features (add maybe if need): libsnmp-dev snmp-mibs-downloader
ARG SOURCELIST_FILE="/etc/apt/sources.list.d/debian.sources" # sed -i 's|main|main non-free|g' $SOURCELIST_FILE ; \
# ARG SOURCELIST_FILE="/etc/apt/sources.list.d/debian.sources"
RUN ["bash", "-exo", "pipefail", "-c", "\ RUN ["bash", "-exo", "pipefail", "-c", "\
sed -i 's|main|main non-free|g' $SOURCELIST_FILE ; \
apt update ; \ apt update ; \
apt-get install -y python3-easysnmp ; \ apt-get install -y python3-easysnmp ; \
apt clean all ; \ apt clean all ; \