8 lines
167 B
Docker
8 lines
167 B
Docker
FROM docker:24-dind
|
|
|
|
RUN apk add --no-cache nodejs npm git curl bash python3
|
|
|
|
RUN curl https://sdk.cloud.google.com > install.sh
|
|
|
|
RUN sh install.sh --disable-prompts
|