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