Skip to content

Commit

Permalink
Dockerfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Oct 17, 2017
1 parent e36a5ef commit 9542263
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 @@ -15,9 +15,9 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
echo ' cat $conf.orig >$conf' >>/sbin/resolvconf && \
echo 'fi' >>/sbin/resolvconf && \
chmod +x /sbin/resolvconf && \
addgroup --system vpn && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* && \
addgroup --system vpn
rm -rf /var/lib/apt/lists/* /tmp/*
COPY openvpn.sh /usr/bin/

VOLUME ["/vpn"]
Expand Down

0 comments on commit 9542263

Please sign in to comment.