diff --git a/build-image/Dockerfile b/build-image/Dockerfile index 04d51aa..d7a802b 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -21,7 +21,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc RUN apt-get update && apt-get install nodejs -y && apt-get clean # Install image compressor/manager -RUN apt-get install -y libvips imagemagick vips && apt-get clean +RUN apt-get install -y libvips imagemagick libvips-tools && apt-get clean # Install OpenJDK-11 RUN apt-get install -y default-jre && \