diff --git a/docker/Dockerfile b/docker/Dockerfile index bbf90767d8e1920c8a0e22acc3cacd1f9b818b5a..84cec0376a2dca822f567629427773bd8a21d067 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -182,7 +182,7 @@ RUN apt-get update -y && \ wget git python3-nose python3-coverage \ python3-astropy -RUN A=$BM; git clone https://github.com/ruudiculus/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ +RUN A=$BN; git clone https://github.com/ruudiculus/pyautoplot.git ${INSTALLDIR}/pyautoplot && \ cd ${INSTALLDIR}/pyautoplot && \ python3 setup.py install