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

fix compatibility with alpine 3.16+ #2

Merged
merged 1 commit into from
Jan 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER David Personette <[email protected]>
# Install openvpn
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash curl ip6tables iptables openvpn \
shadow tini tzdata && \
shadow shadow-login tini tzdata && \
addgroup -S vpn && \
rm -rf /tmp/*

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER David Personette <[email protected]>
# Install openvpn
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash curl ip6tables iptables openvpn \
shadow tini tzdata && \
shadow shadow-login tini tzdata && \
addgroup -S vpn && \
rm -rf /tmp/*

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER David Personette <[email protected]>
# Install openvpn
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash curl ip6tables iptables openvpn \
shadow tini tzdata && \
shadow shadow-login tini tzdata && \
addgroup -S vpn && \
rm -rf /tmp/*

Expand Down