docker-bash/Dockerfile
2020-06-08 14:44:07 +00:00

13 lines
255 B
Docker

FROM docker:stable
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
LABEL ImageName="registry.hottis.de/docker-bash"
LABEL AlternativeImageName="wollud1969/docker-bash"
RUN \
apk add --no-cache bash curl git
CMD [ "bash" ]