Skip to content

Commit

Permalink
🐛 Enable tun module on boot for alpine
Browse files Browse the repository at this point in the history
Otherwise any edgevpn or vpn users would need to manually insert it

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 27, 2023
1 parent da376b3 commit d156af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ RUN apk --no-cache add \
bridge \
rbd-nbd
RUN apk --no-cache add linux-lts --no-scripts
# Enable tun module on boot for edgevpn/vpn services
RUN echo "tun" >> /etc/modules

FROM common as rpicommon
COPY rpi/config.txt /boot/config.txt
Expand Down

0 comments on commit d156af6

Please sign in to comment.