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