fixeria has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/31411 )
Change subject: osmo-uecups-latest: install missing iputils-ping ......................................................................
osmo-uecups-latest: install missing iputils-ping
ping is needed for ttcn3-pgw-test. In the case of osmo-uecups-master it's available from the parent $DISTRO-build image, but for the -latest it needs to be installed by the inherited image itself.
Change-Id: Ia1b9124f09203c7dcf6d26dee78b09d5a139a04f Related: OS#5913 --- M osmo-uecups-latest/Dockerfile 1 file changed, 15 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/osmo-uecups-latest/Dockerfile b/osmo-uecups-latest/Dockerfile index a46ce06..9546720 100644 --- a/osmo-uecups-latest/Dockerfile +++ b/osmo-uecups-latest/Dockerfile @@ -9,6 +9,7 @@ debian*) \ apt-get update && \ apt-get install -y --no-install-recommends \ + iputils-ping \ osmo-uecups && \ apt-get clean \ ;; \