Skip to content

Commit

Permalink
add libffi-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Nov 19, 2024
1 parent 9bdaa91 commit 371f2e7
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 @@ -2,7 +2,7 @@
# Alpine v3.19.
# TODO: Regularly check in the alpine ruby "3.3.5-alpine3.19" images for its latest upgraded packages so we can remove
# the hardcoded versions below when they have been updated in the alpine ruby image.
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql15 busybox=1.36.1-r19 openssl=3.1.7-r1 expat=2.6.4-r0 vips-dev"
ARG PROD_PACKAGES="imagemagick libpng libjpeg libxml2 libxslt libpq tzdata shared-mime-info postgresql15 busybox=1.36.1-r19 openssl=3.1.7-r1 expat=2.6.4-r0 libffi-dev vips-dev"

FROM ruby:3.3.5-alpine3.19 AS builder

Expand Down

0 comments on commit 371f2e7

Please sign in to comment.