mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-16 06:22:58 +02:00
8 lines
134 B
Docker
8 lines
134 B
Docker
|
|
FROM golang:1.18rc1-bullseye
|
|
|
|
WORKDIR /go/src/github.com/samber/lo
|
|
|
|
COPY Makefile go.* /go/src/github.com/samber/lo/
|
|
|
|
RUN make tools
|