From abfc89922c082ab73fb5441262654eeb33313a27 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 13 Nov 2024 22:34:09 +0800 Subject: [PATCH] Add 7zip tool Closes #49. --- Dockerfile | 1 + manual_build/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3e3b38a..0c699b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN \ # run-time dependencies RUN \ apk --no-cache add \ + 7zip \ bash \ curl \ doas \ diff --git a/manual_build/Dockerfile b/manual_build/Dockerfile index 3e3b38a..0c699b9 100644 --- a/manual_build/Dockerfile +++ b/manual_build/Dockerfile @@ -7,6 +7,7 @@ RUN \ # run-time dependencies RUN \ apk --no-cache add \ + 7zip \ bash \ curl \ doas \