Update Dockerfile

Add pip3 pythonping
This commit is contained in:
Leigh Phillips 2021-01-19 23:18:41 -08:00 committed by GitHub
parent 7dc293bc16
commit e33443ec0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \