Skip to content

Commit 4dfe2a2

Browse files
authored
[docker-ptf]replace ping utility from inetutils-ping to iputils-ping (#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
1 parent 0525325 commit 4dfe2a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dockers/docker-ptf/Dockerfile.j2

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
4040
wget \
4141
cmake \
4242
libqt5core5a \
43-
libqt5network5
43+
libqt5network5 \
44+
iputils-ping
45+
4446

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

0 commit comments

Comments
 (0)