Commit 346b9cfe authored by nimrod's avatar nimrod
Browse files

Remove libffi from transmission-rss.

I added it becasue the Dockerfile in the repo had it, let's see what
happens.
parent c5dc4684
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpin
    && \
    apk add --update --no-cache \
        build-base \
        libffi-dev \
    && \
    gem install \
        transmission-rss:1.2.0 \