Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
libvips-tools not vips
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed Nov 20, 2023
1 parent fb59a2b commit 9a4c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 9a4c2fc

Please sign in to comment.