aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-mgw-master/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-mgw-master/Dockerfile')
-rw-r--r--osmo-mgw-master/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/osmo-mgw-master/Dockerfile b/osmo-mgw-master/Dockerfile
index 2c9469e..dcfa7da 100644
--- a/osmo-mgw-master/Dockerfile
+++ b/osmo-mgw-master/Dockerfile
@@ -31,6 +31,7 @@ ADD http://git.osmocom.org/osmo-mgw/patch?h=$OSMO_MGW_BRANCH /tmp/commit-osmo-mg
RUN cd osmo-mgw && \
git fetch && git checkout -f -B $OSMO_MGW_BRANCH origin/$OSMO_MGW_BRANCH && \
+ git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
autoreconf -fi && \
./configure && \
make -j8 install && \