From 78ad2d8479119db8e69b843d460746f75577a4d6 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 8 Oct 2018 01:32:16 +0200 Subject: [PATCH] Update mozjpeg-installer.sh --- mozjpeg-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozjpeg-installer.sh b/mozjpeg-installer.sh index 7edb9eb..d999b68 100755 --- a/mozjpeg-installer.sh +++ b/mozjpeg-installer.sh @@ -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