FIX: Download pngquant from git repository
[discourse_docker.git] / image / base / install-pngquant
1 #!/bin/bash
2 VERSION=2.8.0
3 cd /tmp
4 git clone -b $VERSION --single-branch https://github.com/pornel/pngquant
5 cd pngquant
6 make && make install
7 cd /
8 rm -fr /tmp/pngq*