From 9c197cbc94947e0e288538287e2815458feb068b Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 21 Feb 2022 13:14:19 +0100 Subject: [PATCH] add zip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f281f7..290a90a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL AlternativeImageName="wollud1969/docker-bash" RUN \ - apk add --no-cache bash curl git python3 gawk sed py3-pip && \ + apk add --no-cache bash curl git python3 gawk sed py3-pip zip && \ ( cd /usr/bin && ln -s python3 python ) && \ pip install xmltodict && \ pip install pyyaml