Update Dockerfile
Add pip3 pythonping
This commit is contained in:
parent
7dc293bc16
commit
e33443ec0a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ apt-get update && \
|
|||
apt-get -q -y install --no-install-recommends apt-utils gnupg1 apt-transport-https dirmngr && \
|
||||
\
|
||||
# Install Python packages
|
||||
pip3 install influxdb && \
|
||||
pip3 install pythonping influxdb && \
|
||||
\
|
||||
# Clean up
|
||||
apt-get -q -y autoremove && apt-get -q -y clean && \
|
||||
|
|
Loading…
Reference in a new issue