FROM docker:stable LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="registry.gitlab.com/wolutator/docker-bash" LABEL AlternativeImageName="wollud1969/docker-bash" RUN \ apk add --no-cache bash CMD [ "bash" ]