1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-26 05:37:18 +02:00
2022-03-24 20:14:41 +11:00

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