From 0af841c4808e2c2e4cfdd11856441dfca64e13ec Mon Sep 17 00:00:00 2001
From: RoiArthurB <roiarthurb@noreply.codeberg.org>
Date: Fri, 17 Feb 2023 06:38:47 +0000
Subject: [PATCH] [DOCKER] Add vips-dev as runtime dependencies - Fix #9596

Signed-off-by: RoiArthurB <roiarthurb@noreply.codeberg.org>
---
 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 . ./