Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ RUN apt-get install -y python3-spidev
RUN apt-get install -y libopenblas-dev
RUN apt-get install -y libatlas-base-dev

# Missing wireless-tools package on ubuntu
# iwgetid is then missing and the ticket from robonet does not contain the SSID
RUN apt-get install -y wireless-tools