Skip to content

Commit

Permalink
add wiringpi dependency for IR LEDs
Browse files Browse the repository at this point in the history
discovered during setup
  • Loading branch information
rayrrr committed Dec 21, 2019
1 parent 8d1eed5 commit 3e87d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fruitnanny/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN echo 'APT::Install-Recommends "false";' >/etc/apt/apt.conf.d/00recommends \
dos2unix \
libgpiod2 \
python3 \
python3-pip \
python3-pip \
wiringpi \
&& pip3 install --upgrade RPI.GPIO adafruit-blinka adafruit-circuitpython-dht \
&& apt-get --purge -y autoremove && apt-get clean && rm -rf /tmp/* && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3e87d24

Please sign in to comment.