diff --git a/docker/Dockerfile b/docker/Dockerfile
index 84cec0376a2dca822f567629427773bd8a21d067..3cde2f15a190eeea286d81ec09401cbb0993809f 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=$BN; git clone https://github.com/ruudiculus/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
+RUN A=$BO; git clone https://github.com/ruudiculus/pyautoplot.git ${INSTALLDIR}/pyautoplot && \
     cd ${INSTALLDIR}/pyautoplot && \
     python3 setup.py install