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
This commit is contained in:
Oliver Smith 2020-05-05 13:56:39 +02:00
parent acf1d8f026
commit 27ab2a5d52
1 changed files with 2 additions and 1 deletions

View File

@ -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