Files
template/Dockerfile.builder
2026-06-16 22:50:19 +07:00

3 lines
60 B
Docker

FROM golang:1.26-alpine
RUN apk add --no-cache gcc musl-dev