Skip to content

Commit 4cbe241

Browse files
authored
Pre-install Adafruit DHT (#16)
1 parent 80e6cdc commit 4cbe241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mqtt-io/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN \
2424
python3=3.10.4-r0 \
2525
\
2626
&& pip install -r /tmp/requirements.txt \
27+
&& pip install Adafruit_DHT==1.4.0 --install-option="--force-pi" \
2728
\
2829
&& find /usr \
2930
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \

0 commit comments

Comments
 (0)