build-images/Dockerfile.go
Dryusdan 7cf73d1731
All checks were successful
Build docker image for runner build / Python-build (3.10) (push) Successful in 33s
Build docker image for runner build / Python-build (3.11) (push) Successful in 34s
Build docker image for runner build / Python-build (3.12) (push) Successful in 33s
Build docker image for runner build / Golang-build (1.22) (push) Successful in 58s
Add more dependencies in Go image
2024-03-28 15:28:55 +01:00

10 lines
116 B
Go

FROM alpine
RUN apk add --no-cache \
bash \
git \
nodejs \
build-base \
gcc \
curl \
jq