mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 09:38:26 -05: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
|