We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e6cdc commit 4cbe241Copy full SHA for 4cbe241
mqtt-io/Dockerfile
@@ -24,6 +24,7 @@ RUN \
24
python3=3.10.4-r0 \
25
\
26
&& pip install -r /tmp/requirements.txt \
27
+ && pip install Adafruit_DHT==1.4.0 --install-option="--force-pi" \
28
29
&& find /usr \
30
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \
0 commit comments