Skip to content

Commit

Permalink
Add wpa_supplicant explicitly (rancher#594)
Browse files Browse the repository at this point in the history
Previously, wpa_supplicant was install implicitly as a dependency of
connman. In alpine 3.12 it is no longer a depedency and needs to be
added seperately.
  • Loading branch information
nsmith5 authored Oct 5, 2020
1 parent 896c419 commit abf893c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/00-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN apk --no-cache add \
util-linux \
vim \
wireguard-tools \
wpa_supplicant \
xz \
&& mv -vf /etc/conf.d/qemu-guest-agent /etc/conf.d/qemu-guest-agent.orig \
&& mv -vf /etc/conf.d/rngd /etc/conf.d/rngd.orig \
Expand Down

0 comments on commit abf893c

Please sign in to comment.