From b85dba03332cb03ab8845948edbc7b3e98cf398a Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Tue, 6 Aug 2024 18:14:27 +0200 Subject: [PATCH] feat: include unzip in image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aaf1d41..f452ddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV DATA_DIR /opt/data # Install needed utilities and setup folders RUN apt-get update -y && \ - apt-get install -y curl && \ + apt-get install -y curl unzip && \ apt-get autoremove -y && \ apt-get clean && \ mkdir -p /opt/data