Skip to content

Commit

Permalink
Added missing python package
Browse files Browse the repository at this point in the history
  • Loading branch information
ankraft committed Dec 2, 2022
1 parent a6ac3c3 commit e0f1412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt-get update && apt-get -y update

RUN pip3 install cbor2
RUN pip3 install flask
RUN pip3 install flask-cors
RUN pip3 install InquirerPy
RUN pip3 install isodate
RUN pip3 install paho-mqtt
Expand Down

0 comments on commit e0f1412

Please sign in to comment.