From 0ee0a8fe564b995274cb8717d98e194777bf7cab Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 17 Mar 2021 15:03:24 +0100 Subject: [PATCH] pandas and influxdb added --- Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90d4ff8..d059109 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,12 @@ RUN \ apt install -y exim4 && \ apt install -y python3 && \ apt install -y python3-pip && \ - pip3 install requests && \ - pip3 install Cheetah3 && \ + update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \ + update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 && \ + pip install requests && \ + pip install Cheetah3 && \ + pip install pandas && \ + pip install influxdb && \ sed -i \ -e "s/dc_eximconfig_configtype='local'/dc_eximconfig_configtype='satellite'/" \ -e "s/dc_smarthost=''/dc_smarthost='${SMARTHOST}'/" \