Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Add wpasupplicant to prevent failure
Browse files Browse the repository at this point in the history
Change-Id: I7239fdb4fa19f4ca29bd55ae6c2d6750edaafce8
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Aug 10, 2018
1 parent caeddc9 commit a1a749c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/s
python3-pip \
python3-setuptools \
runit \
sudo && \
sudo \
wpasupplicant \
&& \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
pip2 install git+https://github.com/mozilla-iot/gateway-addon-python#egg=gateway_addon && \
pip3 install git+https://github.com/mozilla-iot/gateway-addon-python#egg=gateway_addon && \
Expand Down

0 comments on commit a1a749c

Please sign in to comment.