From 6a86ce534c1dcdcdfa686dc94b46d5cf58333fd1 Mon Sep 17 00:00:00 2001
From: Sander ter Veen <veen@astron.nl>
Date: Wed, 14 Oct 2020 14:10:48 +0200
Subject: [PATCH] Update Dockerfile

---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index c202438..3eb2aff 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -184,7 +184,7 @@ RUN apt-get update -y && \
                           wget git  python3-nose python3-coverage \
                           python3-astropy
 
-RUN A=$CV; git clone https://github.com/scisup/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
+RUN A=$CV; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
     cd ${INSTALLDIR}/pyautoplot && \
     python3 setup.py install
 
-- 
GitLab