osmo-pcap-latest: fix typo in Dockerfile: s/clint/client/

This patch fixes 'ttcn3-pcap-client-test-latest' job on Jenkins.

Change-Id: Ibf472ec712624b16adff4b0f043771f257e7d71f
This commit is contained in:
Vadim Yanitskiy 2021-12-11 01:12:32 +03:00
parent ff961f6a9b
commit 39ae7ed2f3
1 changed files with 1 additions and 1 deletions

View File

@ -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