This commit is contained in:
Jackson Delahunt 2019-10-14 11:47:11 +11:00
parent 6885e7e8d4
commit 08ee3576de

View file

@ -155,7 +155,7 @@ RUN apt-get install -qq \
libtinyxml2-dev \
libtool \
pkg-config && \
git clone https://github.com/lemourin/libcloudstorage && \
git clone https://github.com/cloud-computer/libcloudstorage && \
cd libcloudstorage && \
./bootstrap && \
./configure --with-curl --with-microhttpd --with-fuse && \