aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-05 13:56:39 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-05 13:58:52 +0200
commit27ab2a5d52a37621bce4d8c3cdab759036ff2124 (patch)
tree8ab207560071a83315f3e965afc42f171c38a397
parentacf1d8f026a040a30071529e9b5725ad5ca786ae (diff)
osmo-hlr-master: run ldconfig
Fix error after DGSM-related patches were merged: osmo-hlr: error while loading shared libraries: libosmo-gsup-client.so.0: cannot open shared object file: No such file or directory Change-Id: I80554fdbfd2c518868485f84a46c56df985c671c
-rw-r--r--osmo-hlr-master/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/osmo-hlr-master/Dockerfile b/osmo-hlr-master/Dockerfile
index 6a09b0d..3aa8468 100644
--- a/osmo-hlr-master/Dockerfile
+++ b/osmo-hlr-master/Dockerfile
@@ -35,7 +35,8 @@ RUN cd osmo-hlr && \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
autoreconf -fi && \
./configure && \
- make -j8 install
+ make -j8 install && \
+ ldconfig
VOLUME /data