pandas and influxdb added
This commit is contained in:
parent
07af7571c6
commit
0ee0a8fe56
@ -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}'/" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user