[syncd-vs]: remove hardcode version for iproute2 and libcap2-bin (#6713)

Fix #6711 

the requirement was introduced in commit 75104bb35d
to support sflow in stretch build. in buster build, the requirement
is met, no need to pin down the version.

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan 2021-02-07 19:51:22 -08:00 committed by Danny Allen
parent 6361d36fb2
commit a5085607b4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -f -y iproute2=4.20.0-2 libcap2-bin=1:2.25-2
RUN apt-get install -f -y iproute2 libcap2-bin
COPY \
{% for deb in docker_gbsyncd_vs_debs.split(' ') -%}

View File

@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install -f -y iproute2=4.20.0-2 libcap2-bin=1:2.25-2
RUN apt-get install -f -y iproute2 libcap2-bin
COPY \
{% for deb in docker_syncd_vs_debs.split(' ') -%}