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

Fix  

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 GitHub
parent 092f5378bb
commit de51ee33df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
platform/vs
docker-gbsyncd-vs
docker-syncd-vs

View File

@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update 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 \ COPY \
{% for deb in docker_gbsyncd_vs_debs.split(' ') -%} {% 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 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 \ COPY \
{% for deb in docker_syncd_vs_debs.split(' ') -%} {% for deb in docker_syncd_vs_debs.split(' ') -%}