diff --git a/osmo-hlr-master/Dockerfile b/osmo-hlr-master/Dockerfile index 6a09b0d1..3aa8468c 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