rum-goggles/v1/vendor/github.com/samber/lo/Dockerfile

9 lines
95 B
Docker
Raw Permalink Normal View History

2024-02-23 16:39:16 +00:00
FROM golang:1.18
WORKDIR /go/src/github.com/samber/lo
COPY Makefile go.* ./
RUN make tools