open5gs-latest: install missing packages for ttcn3-pgw-test

These are present in open5gs-master, but missing in open5gs-latest.

Change-Id: Ic9227033d65d621e7f6c5e196a9a8d6a1b73d5da
Related: OS#5913
This commit is contained in:
Vadim Yanitskiy 2023-02-20 21:33:34 +07:00
parent 26916f0576
commit d3c437abce
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
gnupg \
iproute2 \
iputils-ping \
libcap2-bin \
net-tools \
sudo \
wget
RUN echo "deb [signed-by=$OPEN5GS_KEY] $OPEN5GS_REPO/ ./" \