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

Update Dockerfile

parent ecca6a17
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ RUN apt-get update -y && \ ...@@ -184,7 +184,7 @@ RUN apt-get update -y && \
wget git python3-nose python3-coverage \ wget git python3-nose python3-coverage \
python3-astropy python3-astropy
RUN A=$CV; git clone https://github.com/scisup/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ RUN A=$CV; git clone https://git.astron.nl/ao/sdco/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
cd ${INSTALLDIR}/pyautoplot && \ cd ${INSTALLDIR}/pyautoplot && \
python3 setup.py install 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