Skip to content

Commit

Permalink
Pre-install Adafruit DHT (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 25, 2022
1 parent 80e6cdc commit 4cbe241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mqtt-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN \
python3=3.10.4-r0 \
\
&& pip install -r /tmp/requirements.txt \
&& pip install Adafruit_DHT==1.4.0 --install-option="--force-pi" \
\
&& find /usr \
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \
Expand Down

0 comments on commit 4cbe241

Please sign in to comment.