remove duble entry
All checks were successful
build container icinga2 / build (push) Successful in 5m15s

This commit is contained in:
2025-03-03 17:24:19 +01:00
parent 9e9074454a
commit bf7edebbfa

View File

@@ -29,7 +29,7 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
# ARG SOURCELIST_FILE="/etc/apt/sources.list.d/debian.sources"
RUN ["bash", "-exo", "pipefail", "-c", "\
apt update ; \
apt-get install -y python3-requests python3-easysnmp python3-nagiosplugin python3-requests; \
apt-get install -y python3-requests python3-easysnmp python3-nagiosplugin; \
apt clean all ; \
rm -vrf /var/lib/apt/lists/* "]