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: I775776ff7f358fee3d085f814c295c49225f5170changes/99/26499/4
parent
a09e593d2d
commit
b581b96c1a
|
@ -14,7 +14,7 @@ RUN case "$DISTRO" in \
|
|||
;; \
|
||||
centos*) \
|
||||
dnf install -y \
|
||||
osmo-pcap-client osmo-pcap-server \
|
||||
osmo-pcap \
|
||||
;; \
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue