dind-bash/Dockerfile
Neshura 7c59d1a34b
All checks were successful
Build Custom docker:dind image / build-container (push) Successful in 1m39s
Build Custom docker:dind image / build-container-fallback (push) Has been skipped
Update Dockerfile
2023-12-20 08:17:14 +00:00

4 lines
99 B
Docker

FROM docker:dind
RUN apk add --no-cache bash nodejs npm
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD []