Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-11 20:14:41 -05:00 committed by GitHub
parent 19bff003e3
commit a039271599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,28 +10,25 @@ VOLUME /config
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \ RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
&& echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \ && echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \
&& apk add --update bash openvpn iptables shadow apk-tools && apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates
RUN usermod -u 99 nobody RUN usermod -u 99 nobody
RUN buildDeps=" \ RUN buildDeps=" \
automake \ automake \
autoconf \ autoconf \
boost \
boost-dev \ boost-dev \
boost-system \
curl \ curl \
cmake \
file \
g++ \ g++ \
geoip-dev \
gnutls-dev \ gnutls-dev \
gpgme \
libev-dev \
libnl3-dev \
libseccomp-dev \
libtool \ libtool \
linux-headers \ linux-headers \
linux-pam-dev \ linux-pam-dev \
lz4-dev \
make \ make \
qt5-qttools-dev \
qt5-qtbase-dev \ qt5-qtbase-dev \
readline-dev \ readline-dev \
tar \ tar \