Skip to content

Commit

Permalink
fix rss build (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing authored Jun 26, 2024
1 parent e047f33 commit 947009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV TRANSMISSION_DOWNLOAD_DIR=/data/completed \
RSS_REGEXP=

# Install build-base and transmission-rss gem
RUN apk add build-base bash && gem install transmission-rss
RUN apk add build-base bash && gem install ffi -v 1.16.3 && gem install transmission-rss

ADD . /etc/transmission-rss

0 comments on commit 947009c

Please sign in to comment.