removes curl/unzip from dockerfile

This commit is contained in:
msramalho
2026-04-23 14:04:46 +01:00
parent 4e5c1a6218
commit 2582f567ac

View File

@@ -11,7 +11,7 @@ ARG TARGETARCH
# Installing system dependencies # Installing system dependencies
RUN apt-get update && \ 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 # Poetry and runtime
FROM base AS runtime FROM base AS runtime