Skip to content

Commit

Permalink
Merge pull request #211 from crazy-max/enable-geoip2-plugin
Browse files Browse the repository at this point in the history
Update GeoIP2 ruTorrent plugin
  • Loading branch information
crazy-max authored Jan 9, 2023
2 parents efed1a6 + 8589590 commit 260b9e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG GEOIP2_PHPEXT_VERSION=1.3.1

# v4.0-stable
ARG RUTORRENT_VERSION=06222a00375bdd0f1f1b5b58bda29e7025316428
ARG GEOIP2_RUTORRENT_VERSION=9f7b59e29bc472eec8c3943d7646bf9462577b16
ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148

ARG ALPINE_VERSION=3.17
ARG ALPINE_S6_VERSION=${ALPINE_VERSION}-2.2.0.3
Expand Down Expand Up @@ -197,8 +197,7 @@ RUN tree ${DIST_PATH}
FROM crazymax/alpine-s6:${ALPINE_S6_VERSION}
COPY --from=builder /dist /
COPY --from=src-rutorrent --chown=nobody:nogroup /src /var/www/rutorrent
# FIXME: https://github.com/Micdu70/geoip2-rutorrent not compatible with ruTorrent 4
#COPY --from=src-geoip2-rutorrent --chown=nobody:nogroup /src /var/www/rutorrent/plugins/geoip2
COPY --from=src-geoip2-rutorrent --chown=nobody:nogroup /src /var/www/rutorrent/plugins/geoip2
COPY --from=src-mmdb /src /var/mmdb

ENV PYTHONPATH="$PYTHONPATH:/var/www/rutorrent" \
Expand Down

0 comments on commit 260b9e6

Please sign in to comment.