[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:
parent
1f72d2b60a
commit
cb22310a52
@ -60,7 +60,10 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
|
|||||||
python-scapy \
|
python-scapy \
|
||||||
python-six \
|
python-six \
|
||||||
tacacs+ \
|
tacacs+ \
|
||||||
rsyslog
|
rsyslog \
|
||||||
|
ntp \
|
||||||
|
ntpstat \
|
||||||
|
ntpdate
|
||||||
|
|
||||||
RUN dpkg -i \
|
RUN dpkg -i \
|
||||||
{% for deb in docker_ptf_debs.split(' ') -%}
|
{% for deb in docker_ptf_debs.split(' ') -%}
|
||||||
|
Reference in New Issue
Block a user