mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
parent
7ab2670ea6
commit
62b7e57add
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ FROM node:19-alpine
|
||||||
WORKDIR /calckey
|
WORKDIR /calckey
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev
|
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev zip unzip
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue