[DOCKER] Add vips-dev as runtime dependencies - Fix #9596

Signed-off-by: RoiArthurB <roiarthurb@noreply.codeberg.org>
This commit is contained in:
RoiArthurB 2023-02-17 06:38:47 +00:00
parent b62249b77f
commit cab91f7c3c

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 . ./