osmo-uecups-master: install iputils-ping for ttcn3-pgw-test

In ttcn3-pgw-test we order osmo-uecups-daemon to execute `ping`,
which is not available in Debian images.  Install it.

Change-Id: I73a78949d2e433d7cc4233395e45665056f083c8
Related: SYS#5602
This commit is contained in:
Vadim Yanitskiy 2022-02-02 00:25:41 +06:00
parent cb73113dc4
commit 79534bb59e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN apt-get update && \
libosmocore-dev \
libosmo-netif-dev \
libsctp-dev \
iputils-ping \
strace && \
apt-get clean