forgotten module

This commit is contained in:
Wolfgang Hottgenroth 2021-08-24 10:02:11 +02:00
parent f45a18f23c
commit 220d1e0ef9
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -11,7 +11,8 @@ ARG CONF_DIR="${APP_DIR}/config"
RUN \
apt update && \
pip3 install loguru && \
pip3 install pymodbus
pip3 install pymodbus && \
pip3 install paho-mqtt
RUN \
mkdir -p ${APP_DIR} && \