initial
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal 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" ]
|
||||
|
Reference in New Issue
Block a user