aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornivekuil <mail@nivekuil.com>2020-12-20 21:48:35 -0800
committernivekuil <mail@nivekuil.com>2020-12-20 21:48:35 -0800
commitaf8dffd66fad868309fabb0037bac7ded13f5caf (patch)
tree03f5fdbe0dc6575c9955512c6b6d620164a6b8db
parent60b4dedfb7828eac3a18f032c9388218445d4fb3 (diff)
downloadseaweedfs-af8dffd66fad868309fabb0037bac7ded13f5caf.tar.xz
seaweedfs-af8dffd66fad868309fabb0037bac7ded13f5caf.zip
Add fuse to docker image
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 7146b91c7..be7414d0b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -12,6 +12,7 @@ RUN \
SUPERCRONIC=supercronic-linux-$ARCH && \
# Install SeaweedFS and Supercronic ( for cron job mode )
apk add --no-cache --virtual build-dependencies --update wget curl ca-certificates && \
+ apk add fuse && \
wget -P /tmp https://github.com/$(curl -s -L https://github.com/chrislusf/seaweedfs/releases/latest | egrep -o "chrislusf/seaweedfs/releases/download/.*/linux_$ARCH.tar.gz") && \
tar -C /usr/bin/ -xzvf /tmp/linux_$ARCH.tar.gz && \
curl -fsSLO "$SUPERCRONIC_URL" && \