From e33443ec0afcc2ee62eb603c2850e000462c91d5 Mon Sep 17 00:00:00 2001 From: Leigh Phillips Date: Tue, 19 Jan 2021 23:18:41 -0800 Subject: [PATCH] Update Dockerfile Add pip3 pythonping --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 821207e..e922f42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \