From b92e63338220eb033ccdfeee397ce78cf4e6b24a Mon Sep 17 00:00:00 2001
From: Sander ter Veen <veen@astron.nl>
Date: Thu, 17 Jun 2021 08:53:41 +0000
Subject: [PATCH] Update Dockerfile, checkout tmss version

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

diff --git a/docker/Dockerfile b/docker/Dockerfile
index bec0cfb..6040a61 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -184,8 +184,9 @@ RUN apt-get update -y && \
                           wget git  python3-nose python3-coverage \
                           python3-astropy
 
-RUN A=$CW; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
+RUN A=$CX; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
     cd ${INSTALLDIR}/pyautoplot && \
+    git checkout tmss && \
     python3 setup.py install
 
 
-- 
GitLab