diff --git a/docker/Dockerfile b/docker/Dockerfile index b5f57c1faa26a502549da1b9ed9ae1994cd7023c..bec0cfb200dbb3edfa5e403a67b7cc087d80542c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -38,7 +38,7 @@ ENV J=8 # # Base and runtime dependencies # -#RUN sed -i 's/archive.ubuntu.com/osmirror.rug.nl/' /etc/apt/sources.list +#RUN sed -i 's/archive.ubuntu.com/osmirror.rug.nl/' /etc/apt/sources.list RUN apt-get update && apt-get upgrade -y RUN apt-get install -y sudo rsync ssh python3 libpython3.5-dev && \ apt-get install -y libblas3 liblapacke python3-numpy libcfitsio-bin libcfitsio-dev libwcs5 libfftw3-bin libhdf5-10 libboost-python${BOOST_VERSION}.0 @@ -184,7 +184,7 @@ RUN apt-get update -y && \ wget git python3-nose python3-coverage \ python3-astropy -RUN A=$CV; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ +RUN A=$CW; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ cd ${INSTALLDIR}/pyautoplot && \ python3 setup.py install