Browse Source
Merge pull request #1690 from nivekuil/master
Add fuse to docker image
pull/1693/head
Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docker/Dockerfile
|
@ -12,6 +12,7 @@ RUN \ |
|
|
SUPERCRONIC=supercronic-linux-$ARCH && \ |
|
|
SUPERCRONIC=supercronic-linux-$ARCH && \ |
|
|
# Install SeaweedFS and Supercronic ( for cron job mode ) |
|
|
# Install SeaweedFS and Supercronic ( for cron job mode ) |
|
|
apk add --no-cache --virtual build-dependencies --update wget curl ca-certificates && \ |
|
|
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") && \ |
|
|
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 && \ |
|
|
tar -C /usr/bin/ -xzvf /tmp/linux_$ARCH.tar.gz && \ |
|
|
curl -fsSLO "$SUPERCRONIC_URL" && \ |
|
|
curl -fsSLO "$SUPERCRONIC_URL" && \ |
|
|