1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-01 13:17:53 +02:00
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