This commit is contained in:
2019-09-06 09:12:01 +00:00
commit 57e838e450
4 changed files with 48 additions and 0 deletions

12
Dockerfile Normal file
View File

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