Compare commits

..

No commits in common. "master" and "1.1.0" have entirely different histories.

View File

@ -6,7 +6,7 @@ LABEL AlternativeImageName="wollud1969/docker-bash"
RUN \
apk add --no-cache bash curl git python3 gawk sed py3-pip zip && \
apk add --no-cache bash curl git python3 gawk sed py3-pip && \
( cd /usr/bin && ln -s python3 python ) && \
pip install xmltodict && \
pip install pyyaml