Dockerfiles/Dockerfile_alpine_ci
2025-04-11 13:13:28 +03:00

6 lines
63 B
Text

FROM docker:28-dind
RUN apk add --no-cache \
nodejs \
bash