mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
9 lines
97 B
Docker
9 lines
97 B
Docker
|
|
FROM golang:1.23.1
|
|
|
|
WORKDIR /go/src/github.com/samber/lo
|
|
|
|
COPY Makefile go.* ./
|
|
|
|
RUN make tools
|