Skip to content

Commit

Permalink
Dockerfile upgrade packages (libressl) dperson#92
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Oct 24, 2017
1 parent 88fce1f commit 147871a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM alpine
MAINTAINER David Personette <[email protected]>

# Install openvpn
RUN apk --no-cache --no-progress add bash curl ip6tables iptables openvpn \
RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add bash curl ip6tables iptables openvpn \
shadow && \
addgroup -S vpn && \
rm -rf /tmp/*
Expand Down

0 comments on commit 147871a

Please sign in to comment.