mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
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
8a36bfac15
1 changed files with 1 additions and 1 deletions
|
@ -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 . ./
|
||||
|
||||
|
|
Loading…
Reference in a new issue