Skip to content
Snippets Groups Projects
Commit b92e6333 authored by Sander ter Veen's avatar Sander ter Veen
Browse files

Update Dockerfile, checkout tmss version

parent 1de50fb4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment