Skip to content

Commit

Permalink
[syncd-vs]: remove hardcode version for iproute2 and libcap2-bin (#6713)
Browse files Browse the repository at this point in the history
Fix #6711 

the requirement was introduced in commit 75104bb
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 <[email protected]>
  • Loading branch information
lguohan authored and daall committed Feb 17, 2021
1 parent 6361d36 commit a508560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/vs/docker-gbsyncd-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ') -%}
Expand Down
2 changes: 1 addition & 1 deletion platform/vs/docker-syncd-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ') -%}
Expand Down

0 comments on commit a508560

Please sign in to comment.