From 77bea30cb0aa24be581b87d2ebee683ca80a55b0 Mon Sep 17 00:00:00 2001 From: Johan Eliasson Date: Fri, 4 May 2018 22:04:35 +0200 Subject: [PATCH] Update apt sources before installing imagemagick #1512 --- workspace/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 66374198..09d4c758 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -654,6 +654,7 @@ USER root ARG INSTALL_IMAGEMAGICK=false RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \ + apt-get update && \ apt-get install -y --force-yes imagemagick php-imagick \ ;fi