From 94ff6cc8009e8a0a6dd05ef6bb8e6f0ae5f08537 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 5 Dec 2019 18:30:40 +0100 Subject: [PATCH] switch to my csdr master branch --- docker/scripts/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install-dependencies.sh b/docker/scripts/install-dependencies.sh index aef2d72..ec6fc05 100755 --- a/docker/scripts/install-dependencies.sh +++ b/docker/scripts/install-dependencies.sh @@ -23,7 +23,7 @@ apk add --no-cache --virtual .build-deps $BUILD_PACKAGES git clone https://git.code.sf.net/p/itpp/git itpp cmakebuild itpp -git clone https://github.com/jketterl/csdr.git -b docker_fixes +git clone https://github.com/jketterl/csdr.git cd csdr make make install