From e008a34fc7c67f8ca34fa6eba3a4dedf232ff197 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:13:57 +0200 Subject: [PATCH] update dockerfile to include archive extraction tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2444fab..5c991b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV IMAGE_DIRECTORY=/data/images \ WORKDIR /app RUN apt-get update && \ - apt-get install -y ca-certificates gcc mime-support curl + apt-get install -y ca-certificates gcc mime-support curl gzip unzip tar 7zip bzip2 unar COPY pyproject.toml uv.lock ./