stp-master/Dockerfile: Install sccp_devmo_user bin instead of libtool wrapper

Related: OS#4343
Change-Id: Ic727d2ce0d010ad58276c912fd70ab76d4570dc2
This commit is contained in:
Pau Espin 2020-01-21 11:24:01 +01:00
parent 482184cb3e
commit 17b5945020
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN cd libosmo-sccp && \
autoreconf -fi && \
./configure && \
make -j8 install && \
install examples/sccp_demo_user /usr/local/bin/ && \
install examples/.libs/sccp_demo_user /usr/local/bin/ && \
ldconfig
VOLUME /data