FIX: Don't install test gems in production.
[discourse_docker.git] / image / base / install-pngquant
CommitLineData
fdc85645 1#!/bin/bash
f77ca5a8 2VERSION=2.12.2
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*