Skip to content
Snippets Groups Projects
Commit 580cb62a authored by nimrod's avatar nimrod
Browse files

Update transmision-rss.

parent 5e63bcd6
No related branches found
No related tags found
No related merge requests found
Pipeline #322 passed with warnings
...@@ -5,9 +5,10 @@ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpin ...@@ -5,9 +5,10 @@ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpin
&& \ && \
apk add --update --no-cache \ apk add --update --no-cache \
build-base \ build-base \
libffi-dev \
&& \ && \
gem install \ gem install \
transmission-rss:1.0.0 \ transmission-rss:1.2.0 \
&& \ && \
apk del --rdepends --no-cache build-base && \ apk del --rdepends --no-cache build-base && \
addgroup -g 1000 transmission-rss && \ addgroup -g 1000 transmission-rss && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment