Dockerfile with Bash install

This commit is contained in:
Neshura 2023-11-16 17:28:14 +00:00
commit ad015f663a

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM docker:dind
RUN apk add --no-cache bash
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD []