[docker-ptf]: install ntp related package (#4275)

setup ntp server to do the test

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan 2020-03-18 11:01:36 -07:00 committed by GitHub
parent a3bbdc9929
commit 9b48c22449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,10 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
python-scapy \
python-six \
tacacs+ \
rsyslog
rsyslog \
ntp \
ntpstat \
ntpdate
RUN dpkg -i \
{% for deb in docker_ptf_debs.split(' ') -%}