Update Dockerfile, add curl

This commit is contained in:
Wolfgang Hottgenroth 2020-02-25 10:08:38 +00:00
parent eb14ddfd44
commit 19efb407b7

View File

@ -6,7 +6,7 @@ LABEL AlternativeImageName="wollud1969/docker-bash"
RUN \
apk add --no-cache bash
apk add --no-cache bash curl
CMD [ "bash" ]