fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/11/31411/1

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 \
                ;; \

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/31411
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia1b9124f09203c7dcf6d26dee78b09d5a139a04f
Gerrit-Change-Number: 31411
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to