From 87967a204d90ca5c4612d989f1bf9e48ced57a1a Mon Sep 17 00:00:00 2001 From: Sander ter Veen <veen@astron.nl> Date: Wed, 22 Jun 2022 11:43:59 +0000 Subject: [PATCH] Force rebuild of pyautoplot --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index ef6b0f0..51c3434 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=$CX; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ +RUN A=$CY; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ cd ${INSTALLDIR}/pyautoplot && \ git checkout master && \ python3 setup.py install -- GitLab