pandas and influxdb added

This commit is contained in:
Wolfgang Hottgenroth 2021-03-17 15:03:24 +01:00
parent 07af7571c6
commit 0ee0a8fe56
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -13,8 +13,12 @@ RUN \
apt install -y exim4 && \ apt install -y exim4 && \
apt install -y python3 && \ apt install -y python3 && \
apt install -y python3-pip && \ apt install -y python3-pip && \
pip3 install requests && \ update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
pip3 install Cheetah3 && \ 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 \ sed -i \
-e "s/dc_eximconfig_configtype='local'/dc_eximconfig_configtype='satellite'/" \ -e "s/dc_eximconfig_configtype='local'/dc_eximconfig_configtype='satellite'/" \
-e "s/dc_smarthost=''/dc_smarthost='${SMARTHOST}'/" \ -e "s/dc_smarthost=''/dc_smarthost='${SMARTHOST}'/" \