From 82a947fecf4c0029e7010b4dc006aedf26120e09 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 23 May 2016 20:26:39 +1000 Subject: [PATCH] gif is built in --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1