From 9c0f7a4b01738402cef559fa05c26ae5f7edd243 Mon Sep 17 00:00:00 2001
From: Rafal Gumienny <guma44@gmail.com>
Date: Thu, 15 Feb 2018 09:27:54 +0100
Subject: [PATCH] fix: Checkout develop branch

---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 7c0b521d3..f32d6c612 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -46,7 +46,7 @@ RUN pip install --upgrade pip && pip install numpy==1.14.0 \
 # copy ost release
 WORKDIR /opt/ost
 
-RUN git clone https://git.scicore.unibas.ch/schwede/openstructure.git /opt/ost
+RUN git clone https://git.scicore.unibas.ch/schwede/openstructure.git /opt/ost && git checkout -b develop origin/develop
 
 # compile ost
 RUN cmake . -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython2.7.so \
-- 
GitLab