gohttp/vendor/github.com/samber/lo/Dockerfile

9 lines
95 B
Docker
Raw Permalink Normal View History

2023-12-07 22:42:27 +08:00
FROM golang:1.18
WORKDIR /go/src/github.com/samber/lo
COPY Makefile go.* ./
RUN make tools