From 9a4c2fccc1e82bcb3de36de487762b0f3ff00fbc Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Mon, 20 Nov 2023 19:59:27 +1300 Subject: [PATCH] libvips-tools not vips --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \