mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-26 05:37:18 +02:00
9 lines
134 B
Docker
9 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
|