Compare commits
2 Commits
cb6abab960
...
aabd87ebf7
| Author | SHA1 | Date | |
|---|---|---|---|
| aabd87ebf7 | |||
| 382251fd13 |
@@ -27,7 +27,11 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
|
|||||||
## install feature requirements for checks
|
## install feature requirements for checks
|
||||||
RUN ["bash", "-exo", "pipefail", "-c", "\
|
RUN ["bash", "-exo", "pipefail", "-c", "\
|
||||||
apt update ; \
|
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 ; \
|
apt clean all ; \
|
||||||
rm -vrf /var/lib/apt/lists/* "]
|
rm -vrf /var/lib/apt/lists/* "]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user