1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00
Files
lazygit/vendor/github.com/samber/lo/Dockerfile
2022-10-09 08:31:14 -07:00

9 lines
95 B
Docker

FROM golang:1.18
WORKDIR /go/src/github.com/samber/lo
COPY Makefile go.* ./
RUN make tools