From c5d84eadf43425617f2215d808cef8ab45a22373 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 19 Feb 2016 16:15:17 +0800 Subject: [PATCH] Remove pngout. fixes https://github.com/discourse/discourse_docker/issues/207 --- image/base/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 61737ee..12f4614 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -45,11 +45,6 @@ RUN echo "debconf debconf/frontend select Teletype" | debconf-set-selections &&\ apt-get clean &&\ rm -f /etc/apt/apt.conf.d/40proxy &&\ locale-gen en_US &&\ - wget http://static.jonof.id.au/dl/kenutils/pngout-20150319-linux.tar.gz &&\ - tar -xf pngout-20150319-linux.tar.gz &&\ - rm pngout-20150319-linux.tar.gz &&\ - cp pngout-20150319-linux/x86_64/pngout /bin/pngout &&\ - rm -rf pngout-20150319-linux &&\ apt-get install -y nodejs &&\ npm install uglify-js -g &&\ npm install svgo -g &&\ -- 2.25.1