1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
220d1e0ef9 forgotten module 2021-08-24 10:02:11 +02:00

View File

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