Add 7zip tool
Some checks failed
CI / CI (linux/amd64) (push) Has been cancelled
Release - Alpha / Build (linux/amd64) (push) Has been cancelled

Closes #49.
This commit is contained in:
Chocobo1 2024-11-13 22:34:09 +08:00
parent 3b7a9db47f
commit abfc89922c
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN \
# run-time dependencies
RUN \
apk --no-cache add \
7zip \
bash \
curl \
doas \

View File

@ -7,6 +7,7 @@ RUN \
# run-time dependencies
RUN \
apk --no-cache add \
7zip \
bash \
curl \
doas \