This commit is contained in:
Wolfgang Hottgenroth 2022-02-21 13:14:19 +01:00
parent 965830fd54
commit 9c197cbc94

View File

@ -6,7 +6,7 @@ LABEL AlternativeImageName="wollud1969/docker-bash"
RUN \ 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 ) && \ ( cd /usr/bin && ln -s python3 python ) && \
pip install xmltodict && \ pip install xmltodict && \
pip install pyyaml pip install pyyaml