From 2a44213306561ed0a013e6f3032c703e6c252c6e Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 8 May 2023 14:06:15 -0700 Subject: [PATCH] fix: :bug: add zip/unzip to docker container Closes #9843 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdf11a9df..c378444f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . ./