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 \
|
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user