Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
libqt5core5a \
libqt5network5 \
less \
ipython \
iputils-ping


Expand Down Expand Up @@ -71,7 +72,6 @@ RUN rm -rf /debs \
&& pip install dpkt \
&& pip install ipaddress \
&& pip install pysubnettree \
&& pip install 'ipython<6.0' \
&& pip install paramiko \
&& pip install parallel-ssh \
&& mkdir -p /opt \
Expand Down