mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-25 12:04:58 +00:00
Update Dockerfile
This commit is contained in:
parent
19bff003e3
commit
a039271599
13
Dockerfile
13
Dockerfile
@ -10,28 +10,25 @@ VOLUME /config
|
||||
|
||||
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 \
|
||||
&& 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 buildDeps=" \
|
||||
automake \
|
||||
autoconf \
|
||||
boost \
|
||||
boost-dev \
|
||||
boost-system \
|
||||
curl \
|
||||
cmake \
|
||||
file \
|
||||
g++ \
|
||||
geoip-dev \
|
||||
gnutls-dev \
|
||||
gpgme \
|
||||
libev-dev \
|
||||
libnl3-dev \
|
||||
libseccomp-dev \
|
||||
libtool \
|
||||
linux-headers \
|
||||
linux-pam-dev \
|
||||
lz4-dev \
|
||||
make \
|
||||
qt5-qttools-dev \
|
||||
qt5-qtbase-dev \
|
||||
readline-dev \
|
||||
tar \
|
||||
|
Loading…
Reference in New Issue
Block a user