fix: 🐛 add zip/unzip to docker container

Closes #9843
This commit is contained in:
ThatOneCalculator 2023-05-08 14:06:15 -07:00
parent 257bf2bf01
commit 2a44213306
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ FROM node:19-alpine
WORKDIR /calckey
# 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 . ./