diff --git a/packages.Pifile b/packages.Pifile index b4fa96a..31337e0 100644 --- a/packages.Pifile +++ b/packages.Pifile @@ -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