From 1de50fb4708b353bff2e440ad4e6e7a87154352d Mon Sep 17 00:00:00 2001 From: Sander ter Veen <veen@astron.nl> Date: Wed, 16 Jun 2021 15:30:05 +0200 Subject: [PATCH] Force rebuild of pyautoplot in docker --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b5f57c1..bec0cfb 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 -- GitLab