From 23d35e268d07ee43a1f1345e4c173d7e94aeda44 Mon Sep 17 00:00:00 2001 From: ruudbeukema <beukema@astron.nl> Date: Wed, 26 Oct 2016 14:35:11 +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 bbf9076..84cec03 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 -- GitLab