aboutsummaryrefslogtreecommitdiffstats
path: root/osmocom-bb-host-master/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmocom-bb-host-master/Dockerfile')
-rw-r--r--osmocom-bb-host-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile
index ef6ff2d..260f381 100644
--- a/osmocom-bb-host-master/Dockerfile
+++ b/osmocom-bb-host-master/Dockerfile
@@ -25,7 +25,7 @@ RUN git clone git://git.osmocom.org/osmocom-bb.git
ADD http://git.osmocom.org/osmocom-bb/patch?h=$OSMO_BB_BRANCH /tmp/commit
RUN cd osmocom-bb && \
- git fetch && git checkout -f $OSMO_BB_BRANCH && \
+ git fetch && git checkout -f -B $OSMO_BB_BRANCH origin/$OSMO_BB_BRANCH && \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
RUN cd osmocom-bb/src/host/trxcon && \