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