mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
9 lines
97 B
Docker
9 lines
97 B
Docker
|
|
FROM golang:1.23.1
|
|
|
|
WORKDIR /go/src/github.com/samber/lo
|
|
|
|
COPY Makefile go.* ./
|
|
|
|
RUN make tools
|