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:
commit
678e878c21
|
@ -31,7 +31,7 @@ FROM node:19-alpine
|
||||||
WORKDIR /calckey
|
WORKDIR /calckey
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apk add --no-cache --no-progress tini ffmpeg
|
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue