Add fuse to all dockerfiles

This commit is contained in:
nivekuil
2020-12-28 13:54:02 -08:00
parent af8dffd66f
commit efd4253ab6
3 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ COPY ./weed /usr/bin/
RUN mkdir -p /etc/seaweedfs
COPY ./filer.toml /etc/seaweedfs/filer.toml
COPY ./entrypoint.sh /entrypoint.sh
RUN apk add fuse # for weed mount
# volume server grpc port
EXPOSE 18080