Skip to content
Open
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
4 changes: 2 additions & 2 deletions 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 All @@ -15,4 +15,4 @@ HEALTHCHECK --interval=60s --timeout=15s --start-period=120s \

VOLUME ["/vpn"]

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"]
4 changes: 2 additions & 2 deletions 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 All @@ -16,4 +16,4 @@ HEALTHCHECK --interval=60s --timeout=15s --start-period=120s \

VOLUME ["/vpn"]

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"]
4 changes: 2 additions & 2 deletions 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 All @@ -16,4 +16,4 @@ HEALTHCHECK --interval=60s --timeout=15s --start-period=120s \

VOLUME ["/vpn"]

ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/openvpn.sh"]