This commit is contained in:
2020-06-08 14:44:07 +00:00
parent bd745eeb9d
commit 382a2caebe
4 changed files with 6 additions and 5 deletions

View File

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