mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-14 13:24:49 +02:00
8 lines
95 B
Docker
8 lines
95 B
Docker
|
|
FROM golang:1.18
|
|
|
|
WORKDIR /go/src/github.com/samber/lo
|
|
|
|
COPY Makefile go.* ./
|
|
|
|
RUN make tools
|