ci-images/dind-go/Dockerfile

11 lines
169 B
Text
Raw Normal View History

2023-02-17 17:06:31 +00:00
FROM docker.io/golang:alpine
# Install Docker and Docker Compose
RUN apk --no-cache add \
bash \
curl \
docker \
make \
gcc \
libc-dev \
git