Skip to content

Commit

Permalink
[docker-ptf]: install ntp related package (sonic-net#4275)
Browse files Browse the repository at this point in the history
setup ntp server to do the test

Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan authored and abdosi committed May 5, 2020
1 parent 1f72d2b commit cb22310
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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(' ') -%}
Expand Down

0 comments on commit cb22310

Please sign in to comment.