From b581b96c1a9c00e2ec6f83b04826fddb87665605 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 10 Dec 2021 12:40:49 +0100 Subject: [PATCH] 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 --- osmo-pcap-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmo-pcap-latest/Dockerfile b/osmo-pcap-latest/Dockerfile index e0e6fa7e..9737c4ea 100644 --- a/osmo-pcap-latest/Dockerfile +++ b/osmo-pcap-latest/Dockerfile @@ -14,7 +14,7 @@ RUN case "$DISTRO" in \ ;; \ centos*) \ dnf install -y \ - osmo-pcap-client osmo-pcap-server \ + osmo-pcap \ ;; \ esac