Skip to content

Commit

Permalink
fix: add wget to runner
Browse files Browse the repository at this point in the history
The check for diagnostics container in #113 is failing to ever be successful due to wget not being installed on the runner

Once #114 is solved we can remove wget from the runner again most likely

Closes: #117
  • Loading branch information
shawaj authored Oct 22, 2021
1 parent 41f44d3 commit a5afd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN \
TZ="$SYSTEM_TIMEZONE" \
apt-get install -y \
bluez=5.50-1.2~deb10u2+rpt1 \
wget=1.20.1-1.1 \
libdbus-1-3=1.12.20-0+deb10u1 \
network-manager=1.14.6-2+deb10u1 \
python3-gi=3.30.4-1 \
Expand Down

0 comments on commit a5afd6b

Please sign in to comment.