From 6c1aa3bb13aed14d8b8ef0b20094e24fb7afd579 Mon Sep 17 00:00:00 2001 From: ruudbeukema <beukema@astron.nl> Date: Wed, 26 Oct 2016 16:02:40 +0200 Subject: [PATCH] Forcing Jenmins build --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 84cec03..3cde2f1 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 -- GitLab