projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1bc863
)
Remove pngout.
author
Guo Xiang Tan
<tgx_world@hotmail.com>
Fri, 19 Feb 2016 08:15:17 +0000
(16:15 +0800)
committer
Guo Xiang Tan
<tgx_world@hotmail.com>
Fri, 19 Feb 2016 08:15:17 +0000
(16:15 +0800)
fixes https://github.com/discourse/discourse_docker/issues/207
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 61737ee3e4e4135a2b2adf9b1c2717d46858493f..12f461483fa91ac3b102d8b7e5c4c39a9e1b22f2 100644
(file)
--- 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 &&\