3 lines
78 B
Docker
3 lines
78 B
Docker
FROM golang:1.16-alpine
|
|
|
|
RUN apk update && apk add git curl gcc musl-dev bash
|