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:
9ba8aec
)
gif is built in
author
Sam
<sam.saffron@gmail.com>
Mon, 23 May 2016 10:26:39 +0000
(20:26 +1000)
committer
Sam
<sam.saffron@gmail.com>
Mon, 23 May 2016 10:26:39 +0000
(20:26 +1000)
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index f369e26a58c4efe5ab0524d9c7e532b7f3f33e98..b1232c58aa31000909a280d3eaeab09b9f2813aa 100644
(file)
--- a/
image/base/Dockerfile
+++ b/
image/base/Dockerfile
@@
-70,7
+70,7
@@
ADD install-imagemagick /tmp/install-imagemagick
RUN /tmp/install-imagemagick
# Validate install
-RUN ruby -e "v='`convert -version`'; ['png','
gif','
tiff','jpeg','freetype'].each{ |f| ((STDERR.puts('no ' + f + ' support in imagemagick')); exit(-1)) unless v.include?(f)}"
+RUN ruby -e "v='`convert -version`'; ['png','tiff','jpeg','freetype'].each{ |f| ((STDERR.puts('no ' + f + ' support in imagemagick')); exit(-1)) unless v.include?(f)}"
#
ADD install-pngcrush /tmp/install-pngcrush