remove not now needed sourcelist update
All checks were successful
build container icinga2 / build (push) Successful in 2m43s
All checks were successful
build container icinga2 / build (push) Successful in 2m43s
This commit is contained in:
@@ -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 ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user