From 346b9cfebf098ced9509ec874c931ad51187d129 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 31 Dec 2020 10:09:22 +0200 Subject: [PATCH] Remove libffi from transmission-rss. I added it becasue the Dockerfile in the repo had it, let's see what happens. --- rss/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/rss/Dockerfile b/rss/Dockerfile index 0a569e8..a60d86c 100644 --- a/rss/Dockerfile +++ b/rss/Dockerfile @@ -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 \ -- GitLab