Skip to content

Commit

Permalink
Add runtime dependency for libvips
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 8, 2024
1 parent ffdf8d2 commit b50eb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG BUNDLER_VERSION="2.4.6"
# Packages
# ARG BUILD_PACKAGES="nodejs build-essential libc6"
ARG BUILD_PACKAGES
ARG RUN_PACKAGES="bash libpq5"
ARG RUN_PACKAGES="bash libpq5 libvips42 libvips-dev"

# Scripts
ARG PRE_INSTALL_SCRIPT
Expand Down

0 comments on commit b50eb60

Please sign in to comment.