Skip to content

Commit

Permalink
fix azure-storage-fuse build
Browse files Browse the repository at this point in the history
  • Loading branch information
kahing committed Apr 3, 2020
1 parent 2d3a6c5 commit 901e517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/Dockerfile.azure
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get -y install --no-install-recommends git fuse \
# blobfuse dependencies \
pkg-config libfuse-dev cmake libcurl4-gnutls-dev libgnutls28-dev uuid-dev \
libgcrypt20-dev gcc g++ \
libgcrypt20-dev libboost-all-dev gcc g++ \
# for running goofys benchmark \
curl python-setuptools python-pip gnuplot-nox imagemagick \
# finally, clean up to make image smaller \
Expand All @@ -22,7 +22,7 @@ RUN curl -O https://storage.googleapis.com/golang/go${GOVER}.linux-amd64.tar.gz

ARG MAKEFLAGS=-j8
RUN git clone --depth 1 https://github.com/Azure/azure-storage-fuse.git && \
cd azure-storage-fuse && ./build.sh > /dev/null && make -C build install && \
cd azure-storage-fuse && bash ./build.sh > /dev/null && make -C build install && \
cd .. && rm -Rf azure-storage-fuse

RUN curl -L -O https://github.com/kahing/catfs/releases/download/v0.8.0/catfs && \
Expand Down

0 comments on commit 901e517

Please sign in to comment.