Update base image
[discourse_docker.git] / image / base / install-gifsicle
1 #!/bin/bash
2 VERSION=1.87
3 cd /tmp
4 curl -O http://www.lcdf.org/gifsicle/gifsicle-$VERSION.tar.gz
5 tar zxf gifsicle-$VERSION.tar.gz
6 cd gifsicle-$VERSION
7 ./configure
8 make install
9 cd /
10 rm -fr /tmp/gifsicle-$PNGCRUSH_VERSION
11 rm /tmp/gifsicle-$PNGCRUSH_VERSION.tar.gz