From 08ee3576deb4e47aafee5ab6acf071fb51de434c Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Mon, 14 Oct 2019 11:47:11 +1100 Subject: [PATCH] cloud --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b767e79..9ee3bc4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \