mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update Dockerfile
This commit is contained in:
parent
052e7aad68
commit
6a355ded97
@ -62,7 +62,7 @@ RUN buildDeps=" \
|
||||
RUN export LIBTOR_VERSION=$(curl --silent "https://github.com/arvidn/libtorrent/tags" 2>&1 | grep -m 1 'libtorrent-' | sed -e 's~^[t]*~~;s~[t]*$~~' | sed -n 's/.*href="\([^"]*\).*/\1/p' | sed 's!.*/!!') \
|
||||
&& curl -SL "https://github.com/arvidn/libtorrent/archive/$LIBTOR_VERSION.tar.gz" \
|
||||
&& mkdir -p /usr/src/libtorrent \
|
||||
&& tar -xzf "$LIBTOR_VERSION.tar.gz" -C /usr/src/libtorrent --strip-components=1 \
|
||||
&& tar -xf "$LIBTOR_VERSION.tar.gz" -C /usr/src/libtorrent --strip-components=1 \
|
||||
&& rm "$LIBTOR_VERSION.tar.gz"
|
||||
WORKDIR /usr/src/libtorrent/
|
||||
RUN ./autotool.sh
|
||||
|
Loading…
Reference in New Issue
Block a user