osmo-cbc-master: Fix missing ldconfig

osmo-cbc installs now libosmo-sbcap.so.0, so ldconfig must be run.

Related: OS#4945
Change-Id: Ia02323639af57ed76cf7106934ace1fa4a0c2c77
This commit is contained in:
Pau Espin 2022-07-20 15:00:17 +02:00
parent 5f3c781058
commit 34255f2f7d
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ RUN cd osmo-cbc && \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
autoreconf -fi && \
./configure && \
make "-j$(nproc)" install
make "-j$(nproc)" install && \
ldconfig
VOLUME /data