Dockerfile nrUE ubuntu: install arping

The CN team would like to test the ethernet PDU session capabilities of
the UPF. Install arping in the UE by default for ubuntu to help them
test the PDU session by pinging over ARP.
This commit is contained in:
Robert Schmidt
2025-10-23 14:42:06 +02:00
parent dc968d4dc9
commit eea52e4384

View File

@@ -39,6 +39,7 @@ ENV TZ=Europe/Paris
RUN apt-get update && \
apt-get upgrade --yes && \
apt-get install --yes \
arping \
software-properties-common \
procps \
libsctp1 \