From: Sam Date: Mon, 23 May 2016 10:26:39 +0000 (+1000) Subject: gif is built in X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=82a947fecf4c0029e7010b4dc006aedf26120e09;p=discourse_docker.git gif is built in --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index f369e26..b1232c5 100644 --- 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