generated from VLADIMIR/template
3 lines
60 B
Docker
3 lines
60 B
Docker
FROM golang:1.26-alpine
|
|
RUN apk add --no-cache gcc musl-dev
|