tweaks required to get this to build... ruby now needs ruby to install ruby
[discourse_docker.git] / image / base / install-pngquant
CommitLineData
fdc85645 1#!/bin/bash
89a6bba8 2VERSION=2.12.1
fdc85645 3cd /tmp
89e850c7
RSS
4git clone -b $VERSION --single-branch https://github.com/pornel/pngquant
5cd pngquant
fdc85645
S
6make && make install
7cd /
8rm -fr /tmp/pngq*