1 Commits
1.1.0 ... 1.2.0

Author SHA1 Message Date
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