[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:
parent
6361d36fb2
commit
a5085607b4
@ -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(' ') -%}
|
||||
|
@ -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(' ') -%}
|
||||
|
Loading…
Reference in New Issue
Block a user