diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-12-21 05:02:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 05:02:01 -0800 |
| commit | 75629954d1d215b3e6f7fe43024af2db137ad5ba (patch) | |
| tree | 03f5fdbe0dc6575c9955512c6b6d620164a6b8db | |
| parent | 60b4dedfb7828eac3a18f032c9388218445d4fb3 (diff) | |
| parent | af8dffd66fad868309fabb0037bac7ded13f5caf (diff) | |
| download | seaweedfs-75629954d1d215b3e6f7fe43024af2db137ad5ba.tar.xz seaweedfs-75629954d1d215b3e6f7fe43024af2db137ad5ba.zip | |
Merge pull request #1690 from nivekuil/master
Add fuse to docker image
| -rw-r--r-- | docker/Dockerfile | 1 |
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" && \ |
