Compare commits

..

1 Commits

Author SHA1 Message Date
Wolfgang Hottgenroth
9c197cbc94 add zip 2022-02-21 13:14:19 +01:00

View File

@ -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