Skip to content

Commit

Permalink
Merge pull request #8 from Salvoxia/dev
Browse files Browse the repository at this point in the history
Base image and OpenVPN update
  • Loading branch information
Salvoxia authored May 25, 2024
2 parents f3d0f12 + 4c699be commit f7a55f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Tertiary credit for TAP/bridge adjusments: https://github.com/aktur/docker-openvpn

# Smallest base image
FROM alpine:3.19.0
FROM alpine:3.20

LABEL maintainer="Salvoxia <[email protected]>"

# Testing: pamtester
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
apk add --update openvpn=2.6.8-r0 iptables curl bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
apk add --update openvpn=2.6.10-r0 iptables curl bash easy-rsa openvpn-auth-pam google-authenticator pamtester libqrencode && \
ln -s /usr/share/easy-rsa/easyrsa /usr/local/bin && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /var/cache/distfiles/*

Expand Down

0 comments on commit f7a55f6

Please sign in to comment.