Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit ca0cf37

Browse files
authored
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.
1 parent 4948f1a commit ca0cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thumbor/system-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ graphicsmagick
88
libgraphicsmagick++3
99
libgraphicsmagick3
1010
libboost-python-dev
11-
gifsicle
11+
gifsicle=1.88*
1212
ffmpeg

0 commit comments

Comments
 (0)