1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-08 22:52:12 +02:00
Files
lazygit/vendor/github.com/samber/lo/Dockerfile
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