Skip to content

Commit

Permalink
Add graphicsmagick to dockerfile run dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed May 21, 2024
1 parent b2b3a92 commit d9614e2
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 @@ -10,7 +10,7 @@ ARG YARN_VERSION="1.22.10"

# Packages
ARG BUILD_PACKAGES="nodejs build-essential shared-mime-info"
ARG RUN_PACKAGES="shared-mime-info postgresql"
ARG RUN_PACKAGES="shared-mime-info postgresql graphicsmagick"

# Scripts
ARG PRE_INSTALL_SCRIPT="curl -sL https://deb.nodesource.com/setup_${NODEJS_VERSION}.x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh"
Expand Down

0 comments on commit d9614e2

Please sign in to comment.