Skip to content

Commit

Permalink
chore: add libffi and vips to Dockerfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jul 4, 2024
1 parent 886153b commit 5f186c0
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 @@ -45,7 +45,7 @@ WORKDIR $HOME
RUN apk update && apk upgrade && \
apk add --update --no-cache \
nodejs tzdata imagemagick postgresql-client \
tesseract-ocr tesseract-ocr-data-deu leptonica && \
tesseract-ocr tesseract-ocr-data-deu leptonica vips libffi && \
rm -rf /var/cache/apk/*

# Install gems
Expand Down

0 comments on commit 5f186c0

Please sign in to comment.