debian-stretch-titan: use libfftranscode 0.3 (latest version)

Change-Id: Id7e285b170a2f36067a29985c577c3d44d7c7204
Related: OS#4727
This commit is contained in:
Harald Welte 2020-11-14 22:47:34 +01:00
parent 70fcc1124b
commit ddf61d2453
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ RUN sed -i 's/^#error/\/\/#error/' /usr/include/titan/cversion.h
# binary-only transcoding library for RANAP/RUA/HNBAP to work around TITAN only implementing BER
RUN apt-get update && \
apt-get -y install wget
RUN wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.1_amd64.deb && \
wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.1_amd64.deb && \
apt install ./libfftranscode0_0.1_amd64.deb ./libfftranscode-dev_0.1_amd64.deb && \
RUN wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.3_amd64.deb && \
wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.3_amd64.deb && \
apt install ./libfftranscode0_0.3_amd64.deb ./libfftranscode-dev_0.3_amd64.deb && \
rm libfftranscode*.deb