Dockerfile with Bash install
This commit is contained in:
commit
ad015f663a
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM docker:dind
|
||||||
|
RUN apk add --no-cache bash
|
||||||
|
ENTRYPOINT ["dockerd-entrypoint.sh"]
|
||||||
|
CMD []
|
Loading…
Reference in a new issue