aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-hnbgw-master/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-hnbgw-master/Dockerfile')
-rw-r--r--osmo-hnbgw-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-hnbgw-master/Dockerfile b/osmo-hnbgw-master/Dockerfile
index c89502b..347e8d4 100644
--- a/osmo-hnbgw-master/Dockerfile
+++ b/osmo-hnbgw-master/Dockerfile
@@ -30,7 +30,7 @@ RUN git clone git://git.osmocom.org/osmo-iuh.git
ADD http://git.osmocom.org/osmo-iuh/patch?h=$OSMO_IUH_BRANCH /tmp/commit-osmo-mgw
RUN cd osmo-iuh && \
- git fetch && git checkout -f -B $OSMO_IUH_BRANCH $OSMO_IUH_BRANCH && \
+ git fetch && git checkout -f $OSMO_IUH_BRANCH && \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
autoreconf -fi && \
./configure && \