From cab91f7c3c27946e50877f49df81bce4773e975a Mon Sep 17 00:00:00 2001 From: RoiArthurB Date: Fri, 17 Feb 2023 06:38:47 +0000 Subject: [PATCH] [DOCKER] Add vips-dev as runtime dependencies - Fix #9596 Signed-off-by: RoiArthurB --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03ede16c7..a0325265f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . ./