From 94d7de66364ea18409a44e9bfbcc1fa97883a813 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sat, 12 Oct 2019 18:40:39 +1100 Subject: [PATCH] lemourin --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b8ff4e6..fccd542 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/cloud-computer/libcloudstorage && \ + git clone https://github.com/lemourin/libcloudstorage && \ cd libcloudstorage && \ ./bootstrap && \ ./configure --with-curl --with-microhttpd --with-fuse && \