diff --git a/src/Dockerfile b/src/Dockerfile index 63efd62..73917b5 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -6,7 +6,8 @@ WORKDIR / COPY solarflow-control.py / RUN pip install --upgrade pip - -RUN pip install paho-mqtt astral ip2geotools +RUN pip install paho-mqtt +RUN pip install astral +RUN pip install ip2geotools ENTRYPOINT ["python","solarflow-control.py"] \ No newline at end of file