Revert "Revert f4973e9280e2604a426767e9eca4f698e0cad5b3 since we can't use Rails...
[discourse_docker.git] / image / base / install-pngquant
1 #!/bin/bash
2 VERSION=2.12.1
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*