aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-10 12:40:49 +0100
committerosmith <osmith@sysmocom.de>2021-12-13 12:06:59 +0000
commitb581b96c1a9c00e2ec6f83b04826fddb87665605 (patch)
tree3fe9ea4ce1614574ada5e9470cf96d82f3803ed9
parenta09e593d2da66c1cf361e35b038e19e2fdc142c5 (diff)
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
-rw-r--r--osmo-pcap-latest/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmo-pcap-latest/Dockerfile b/osmo-pcap-latest/Dockerfile
index e0e6fa7..9737c4e 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