From 6c289cf273428dbc1369769b56bbf6f20db8dd14 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 14 Apr 2026 09:37:27 +0300 Subject: [PATCH] optimize build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fedff0f5..f8c4398f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ ENV OPENSSL_CONF=/etc/openssl_legacy.cnf WORKDIR /app -RUN apk add --no-cache libpq vips redis vips-heif fontconfig onnxruntime +RUN apk add --no-cache libpq vips redis vips-heif onnxruntime RUN addgroup -g 2000 docuseal && adduser -u 2000 -G docuseal -s /bin/sh -D -h /home/docuseal docuseal