From 2582f567ac70118a11676ad4f0d014e5f241af4a Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:04:46 +0100 Subject: [PATCH] removes curl/unzip from dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d09d21..084ed4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG TARGETARCH # Installing system dependencies RUN apt-get update && \ - apt-get install -y --no-install-recommends gcc ffmpeg fonts-noto exiftool python3-tk curl unzip + apt-get install -y --no-install-recommends gcc ffmpeg fonts-noto exiftool python3-tk # Poetry and runtime FROM base AS runtime