osmo-ggsn-*: install iproute2 for kernel tests

Add the package providing "ip", as debian bullseye doesn't have it
installed by default anymore.

Fix for:
  /kernel-test/qemu-ifup.sh: 9: ip: not found

Related: OS#4969
Change-Id: I95560868a899169bf0cb05a02d5034d9a77b6af7
This commit is contained in:
Oliver Smith 2021-12-17 10:37:58 +01:00
parent a7865832fa
commit 2aee5862d8
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN case "$DISTRO" in \
flex \
gcc \
git \
iproute2 \
libc6-dev \
libelf-dev \
libssl-dev \

View File

@ -14,6 +14,7 @@ RUN case "$DISTRO" in \
bridge-utils \
busybox-static \
ca-certificates \
iproute2 \
libelf-dev \
libgtpnl-dev \
libosmocore-dev \