|
@ -1,4 +1,4 @@ |
|
|
FROM golang:1.21-alpine as builder |
|
|
|
|
|
|
|
|
FROM golang:1.22-alpine as builder |
|
|
RUN apk add git g++ fuse |
|
|
RUN apk add git g++ fuse |
|
|
RUN mkdir -p /go/src/github.com/seaweedfs/ |
|
|
RUN mkdir -p /go/src/github.com/seaweedfs/ |
|
|
RUN git clone https://github.com/seaweedfs/seaweedfs /go/src/github.com/seaweedfs/seaweedfs |
|
|
RUN git clone https://github.com/seaweedfs/seaweedfs /go/src/github.com/seaweedfs/seaweedfs |
|
|