osmo-pcap-latest: fix install path for centos

Adjust to the package not being split in rpm packaging. This was not
noticed before, because we did not run TTCN-3 tests for osmo-pcap with
CentOS8.

Related: SYS#5754
Change-Id: I775776ff7f358fee3d085f814c295c49225f5170
This commit is contained in:
Oliver Smith 2021-12-10 12:40:49 +01:00 committed by osmith
parent a09e593d2d
commit b581b96c1a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN case "$DISTRO" in \
;; \
centos*) \
dnf install -y \
osmo-pcap-client osmo-pcap-server \
osmo-pcap \
;; \
esac