Skip to content

Commit

Permalink
Force Adafruit_DHT to build for rpi2 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 25, 2022
1 parent 4cbe241 commit 7a75aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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" \
&& pip install Adafruit_DHT==1.4.0 --install-option="--force-pi2" \
\
&& find /usr \
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \
Expand Down

0 comments on commit 7a75aee

Please sign in to comment.