pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40737?usp=email )
Change subject: Dockerfile: upgrade to libfftranscode 0.6 (updated NGAP ASN.1 to V17.5.0) ......................................................................
Dockerfile: upgrade to libfftranscode 0.6 (updated NGAP ASN.1 to V17.5.0)
Change-Id: I57c2f9adbb2f691f28ab936f09db3c24bdfeef5f --- M _testenv/data/podman/Dockerfile 1 file changed, 4 insertions(+), 3 deletions(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile index 3c241dc..e94812a 100644 --- a/_testenv/data/podman/Dockerfile +++ b/_testenv/data/podman/Dockerfile @@ -126,11 +126,12 @@ ENV USE_CCACHE=0
# Binary-only transcoding library for RANAP/RUA/HNBAP to work around TITAN only implementing BER +ENV LIBFFTRANSCODE_VERSION="0.6" RUN set -x && \ export DPKG_ARCH="$(dpkg --print-architecture)" && \ - wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.5_$%7BDPKG... && \ - wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.5_$%7BD... && \ - dpkg -i ./libfftranscode0_0.5_${DPKG_ARCH}.deb ./libfftranscode-dev_0.5_${DPKG_ARCH}.deb && \ + wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_$%7BLIBFFTRA... && \ + wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_$%7BLIBFF... && \ + dpkg -i ./libfftranscode0_${LIBFFTRANSCODE_VERSION}_${DPKG_ARCH}.deb ./libfftranscode-dev_${LIBFFTRANSCODE_VERSION}_${DPKG_ARCH}.deb && \ apt-get install --fix-broken && \ rm libfftranscode*.deb