Update mozjpeg-installer.sh

This commit is contained in:
Andros Fenollosa
2018-10-08 01:32:16 +02:00
committed by GitHub
parent 94c17e5f8b
commit 78ad2d8479

View File

@ -2,7 +2,7 @@
set -e
# Tools install
sudo apt-get install -y autoconf automake libtool nasm make pkg-config git
sudo apt-get install -y autoconf automake libtool nasm make pkg-config git libpng-dev
# Get code
git clone https://github.com/mozilla/mozjpeg.git --depth 1