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