FROM docker:28-dind ENV HOME /root USER root WORKDIR / RUN apk add --no-cache bash moreutils curl bash RUN dockerd --version