Skip to content

Commit

Permalink
[docker-ptf]replace ping utility from inetutils-ping to iputils-ping (#…
Browse files Browse the repository at this point in the history
…523)

* replace ping utility from inetutil-ping to iputils-ping

* fix dup typo

* change from package installing to using apt install

* remove unnecessary package handling line
  • Loading branch information
maggiemsft committed May 2, 2017
1 parent 0525325 commit 4dfe2a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
wget \
cmake \
libqt5core5a \
libqt5network5
libqt5network5 \
iputils-ping


RUN dpkg -i \
{% for deb in docker_ptf_debs.split(' ') -%}
Expand Down

0 comments on commit 4dfe2a2

Please sign in to comment.