install xmlrunner python3 version (#10086)

This commit is contained in:
Yang Wang 2022-02-28 11:21:04 +08:00 committed by GitHub
parent 47870cecfc
commit b8fa5e0d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ RUN pip3 install crc16 \
psutil \
scapy==2.4.4 \
scapy_helper \
pysubnettree
pysubnettree \
xmlrunner
COPY \
{% for deb in docker_ptf_sai_debs.split(' ') -%}