From c1c76bc6c2cf54f8451a98293a6cd2f9b224c02c Mon Sep 17 00:00:00 2001
From: ruqianl <rlyu@svi.edu.au>
Date: Tue, 14 Dec 2021 04:32:08 +0000
Subject: [PATCH] install via github

---
 Dockerfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 40dfdea..ed6db85 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -67,13 +67,9 @@ RUN \
 ENV HTSLIB=system
 ENV PATH=$PATH:~/.cargo/bin/
 
-RUN
-    git clone https://gitlab.svi.edu.au/biocellgen-public/sgcocaller.git && \
-    cd sgcocaller && \
-    nimble install .
 #ADD . /src/
 
-#RUN nimble install -y https://gitlab.svi.edu.au/biocellgen-public/sgcocaller.git
+RUN nimble install -y https://github.com/ruqianl/sgcocaller.git
 
 #RUN ls ~/.nimble/lib/
 ENV LD_LIBRARY_PATH=:/root/.nimble/lib/:/usr/local/lib/:$LD_LIBRARY_PATH
-- 
GitLab