mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
rtorrent-flood: fix filebot handshake failure
This commit is contained in:
parent
707af67a86
commit
8c1cc7e4a8
@ -11,8 +11,7 @@ ENV UID=991 GID=991 \
|
|||||||
FLOOD_SECRET=supersecret \
|
FLOOD_SECRET=supersecret \
|
||||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
||||||
|
|
||||||
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/apk/repositories \
|
RUN NB_CORES=${BUILD_CORES-`getconf _NPROCESSORS_CONF`} \
|
||||||
&& NB_CORES=${BUILD_CORES-`getconf _NPROCESSORS_CONF`} \
|
|
||||||
&& BUILD_DEPS=" \
|
&& BUILD_DEPS=" \
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
@ -32,6 +31,8 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/a
|
|||||||
${BUILD_DEPS} \
|
${BUILD_DEPS} \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
ncurses \
|
||||||
|
libressl \
|
||||||
gzip \
|
gzip \
|
||||||
zip \
|
zip \
|
||||||
unrar \
|
unrar \
|
||||||
@ -39,7 +40,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/a
|
|||||||
su-exec \
|
su-exec \
|
||||||
python \
|
python \
|
||||||
nodejs \
|
nodejs \
|
||||||
openjdk8-jre@community \
|
&& apk add -X http://dl-cdn.alpinelinux.org/alpine/v3.4/community -U openjdk8-jre==8.111.14-r0 openjdk8-jre-base==8.111.14-r0 openjdk8-jre-lib==8.111.14-r0 \
|
||||||
&& cd /tmp && mkdir libtorrent rtorrent \
|
&& cd /tmp && mkdir libtorrent rtorrent \
|
||||||
&& cd libtorrent && wget -qO- https://github.com/rakshasa/libtorrent/archive/${LIBTORRENT_VER}.tar.gz | tar xz --strip 1 \
|
&& cd libtorrent && wget -qO- https://github.com/rakshasa/libtorrent/archive/${LIBTORRENT_VER}.tar.gz | tar xz --strip 1 \
|
||||||
&& cd ../rtorrent && wget -qO- https://github.com/rakshasa/rtorrent/archive/${RTORRENT_VER}.tar.gz | tar xz --strip 1 \
|
&& cd ../rtorrent && wget -qO- https://github.com/rakshasa/rtorrent/archive/${RTORRENT_VER}.tar.gz | tar xz --strip 1 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user