Update Dockerfile
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

This commit is contained in:
Neshura 2023-12-20 08:17:14 +00:00
parent 24405450a3
commit 7c59d1a34b

View file

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