Skip to content

Commit

Permalink
Trying to get the additional Plugins working again
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed May 31, 2024
1 parent a8093b4 commit 7de83b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ RUN cd /opt && \
#python2 get-pip.py && \
#python3 get-pip.py && \
#pip install --no-cache-dir "pymssql<2.2.0" && \
pip3 install --no-cache-dir pymssql && \
pip3 install --break-system-packages --no-cache-dir pymssql && \
pip3 install --break-system-packages --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ pywbem paramiko pplogger paho-mqtt && \
pip3 install --break-system-packages --no-cache-dir --find-links https://wheel-index.linuxserver.io/ubuntu/ --upgrade requests && \
git clone https://github.com/willixix/naglio-plugins.git WL-Nagios-Plugins && \
Expand Down

0 comments on commit 7de83b5

Please sign in to comment.