FROM docker:stable LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="registry.hottis.de/dockerized/docker-bash" LABEL AlternativeImageName="wollud1969/docker-bash" RUN \ apk add --no-cache bash curl git CMD [ "bash" ]