dockerfile fix directory

This commit is contained in:
chrislu
2022-09-01 09:43:41 -07:00
parent 10efdc7aab
commit 466bbe4cdd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM golang:1.19-alpine as builder
RUN apk add git g++ fuse
RUN mkdir -p /go/src/github.com/chrislusf/
RUN mkdir -p /go/src/github.com/seaweedfs/
RUN git clone https://github.com/seaweedfs/seaweedfs /go/src/github.com/seaweedfs/seaweedfs
ARG BRANCH=${BRANCH:-master}
ARG TAGS