4 lines
98 B
Docker
4 lines
98 B
Docker
FROM docker:24.0.7-dind-alpine3.18
|
|
|
|
RUN apk update && apk --no-cache add bash curl git nodejs npm
|