diff --git a/docker/Dockerfile b/docker/Dockerfile index c2024388ffa48cb54b21c1099424b7b0feb33790..3eb2aff7e71d1cb21c93679ea2b95de0559190ab 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