From ca0cf37832293e4d190b775d131eb59a4fb3e68e Mon Sep 17 00:00:00 2001 From: Konstantin Kopachev Date: Tue, 10 Jan 2017 13:32:45 -0800 Subject: [PATCH] Use newer gifsicle from backports repo Browsing mediawiki's Phabricator I found that they upgraded gifsicle to 1.88 due to some issues with older versions. https://phabricator.wikimedia.org/T151455 I noticed on apsl/thumbor image newer gifsicle is available from backports repo, but was not installed, probably due to version priorities (?), so pinning works. --- thumbor/system-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbor/system-requirements.txt b/thumbor/system-requirements.txt index 837619cc..0cf5879f 100644 --- a/thumbor/system-requirements.txt +++ b/thumbor/system-requirements.txt @@ -8,5 +8,5 @@ graphicsmagick libgraphicsmagick++3 libgraphicsmagick3 libboost-python-dev -gifsicle +gifsicle=1.88* ffmpeg