From 39ae7ed2f3de4c0a43a8621db14b5356425bbb75 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 11 Dec 2021 01:12:32 +0300 Subject: [PATCH] osmo-pcap-latest: fix typo in Dockerfile: s/clint/client/ This patch fixes 'ttcn3-pcap-client-test-latest' job on Jenkins. Change-Id: Ibf472ec712624b16adff4b0f043771f257e7d71f --- 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 7cb4d79f..e0e6fa7e 100644 --- a/osmo-pcap-latest/Dockerfile +++ b/osmo-pcap-latest/Dockerfile @@ -24,6 +24,6 @@ VOLUME /data COPY osmo-pcap-client.cfg /data/ #COPY osmo-pcap-server.cfg /data/ -CMD ["/bin/sh", "-c", "/usr/bin/osmo-pcap-clint -c /data/osmo-pcap-client.cfg >/data/osmo-pcap-client.log 2>&1"] +CMD ["/bin/sh", "-c", "/usr/bin/osmo-pcap-client -c /data/osmo-pcap-client.cfg >/data/osmo-pcap-client.log 2>&1"] EXPOSE 4237