Update Dockerfile

explicitly call pip3 in attempt to fix error 127
This commit is contained in:
alelio
2023-01-03 21:10:42 +11:00
committed by egguy
parent f408e7892b
commit d68ff80468
+1 -1
View File
@@ -27,7 +27,7 @@ RUN curl -Lk 'https://github.com/johanmeijer/grott/archive/refs/heads/2.7-(Beta)
RUN curl -L 'https://raw.githubusercontent.com/egguy/grott/feature/ha-extension/examples/Home%20Assistent/grott_ha.py' -o grott_ha.py
#Install required python packages
RUN pip install paho-mqtt requests influxdb influxdb
RUN pip3 install paho-mqtt requests influxdb influxdb
RUN chmod a+x script.sh