mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 23:21:03 +00:00
8 lines
95 B
Docker
8 lines
95 B
Docker
|
|
FROM golang:1.18
|
|
|
|
WORKDIR /go/src/github.com/samber/lo
|
|
|
|
COPY Makefile go.* ./
|
|
|
|
RUN make tools
|