Merge pull request 'Fix #9596 - Add vips-dev as runtime dependencies in docker container' (#9647) from RoiArthurB/calckey:roiarthurb-patch-docker-libvips into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9647
This commit is contained in:
Kainoa Kanter 2023-02-17 07:17:17 +00:00
commit 678e878c21
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ FROM node:19-alpine
WORKDIR /calckey
# Install runtime dependencies
RUN apk add --no-cache --no-progress tini ffmpeg
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev
COPY . ./