diff --git a/Dockerfile b/Dockerfile index d3f601ccf9f9e43a53fdbd976ed289ed36fe076f..a8db0618eca26ac302a71505a18f1ed1134c47c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \ openmpi-bin libopenmpi-dev libpq-dev postgresql-server-dev-all RUN pip3 install Cython -RUN git clone --single-branch --branch nest-3 https://github.com/nest/nest-simulator.git nest && \ +RUN git clone --single-branch --branch master https://github.com/nest/nest-simulator.git nest && \ cd nest && \ git checkout 5c0f41230dda9e4b99b8df89729ea43b340246ad && \ cd /