aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-stp-master/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-stp-master/Dockerfile')
-rw-r--r--osmo-stp-master/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-stp-master/Dockerfile b/osmo-stp-master/Dockerfile
index 0a62ed7..a1e931f 100644
--- a/osmo-stp-master/Dockerfile
+++ b/osmo-stp-master/Dockerfile
@@ -26,7 +26,7 @@ ARG OSMO_STP_BRANCH="master"
RUN git clone git://git.osmocom.org/libosmo-sccp.git
ADD http://git.osmocom.org/libosmo-sccp/patch?h=$OSMO_STP_BRANCH /tmp/commit
RUN cd libosmo-sccp && \
- git fetch && git checkout -f -B $OSMO_STP_BRANCH $OSMO_STP_BRANCH && \
+ git fetch && git checkout -f $OSMO_STP_BRANCH && \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
autoreconf -fi && \
./configure && \