mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 03:04:45 +08:00
dev cluster adds fuse mount
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM frolvlad/alpine-glibc as builder
|
||||
RUN apk add git go g++
|
||||
RUN apk add git go g++ fuse
|
||||
RUN mkdir -p /go/src/github.com/chrislusf/
|
||||
RUN git clone https://github.com/chrislusf/seaweedfs /go/src/github.com/chrislusf/seaweedfs
|
||||
ARG BRANCH=${BRANCH:-master}
|
||||
|
||||
Reference in New Issue
Block a user