Skip to content

Commit

Permalink
Dockerfile.armhf merge changes from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Nov 30, 2017
1 parent c554e5d commit 02f2231
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ MAINTAINER David Personette <[email protected]>

# Install openvpn
RUN ["cross-build-start"]
RUN apk --no-cache add bash curl ip6tables iptables openvpn shadow && \
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/*
RUN ["cross-build-end"]
Expand Down

0 comments on commit 02f2231

Please sign in to comment.