fix ttcn3-bsc-test under CentOS: install missing osmo-bts-omldummy

In binary packages for Debian, osmo-bts-omldummy is (for some reason)
part of 'osmo-bts-virtual' package.  For CentOS this binary is
shipped properly in a separate package, so let's install it.

This change fixes ttcn3-bsc-test under CentOS failing with:

  /usr/local/bin/respawn.sh: line 9: osmo-bts-omldummy: command not found

Change-Id: Ibbfd88d914a31dcfd3e33c6025d612d456b6b124
This commit is contained in:
Vadim Yanitskiy 2021-03-09 12:02:19 +01:00
parent e1dcf9b7a2
commit d02d4e036c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ RUN case "$DISTRO" in \
dnf install -y \
osmo-bts \
osmo-bts-virtual \
osmo-bts-omldummy \
;; \
esac