ci-images/dind-go/Dockerfile

11 lines
No EOL
169 B
Docker

FROM docker.io/golang:alpine
# Install Docker and Docker Compose
RUN apk --no-cache add \
bash \
curl \
docker \
make \
gcc \
libc-dev \
git