add mqtt python lib sys wide
All checks were successful
build container icinga2 / build (push) Successful in -1h28m58s
All checks were successful
build container icinga2 / build (push) Successful in -1h28m58s
This commit is contained in:
@@ -29,7 +29,11 @@ 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; \
|
||||
apt-get install -y \
|
||||
python3-requests \
|
||||
python3-easysnmp \
|
||||
python3-paho-mqtt \
|
||||
python3-nagiosplugin; \
|
||||
apt clean all ; \
|
||||
rm -vrf /var/lib/apt/lists/* "]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user