[docker-gbsync-credo]: Don't install libprotobuf-dev and its dependencies
The SAI credo libraries don't depend on that library. This saves about 36MB of disk storage space. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
d5365928d4
commit
403a9358a8
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -f -y iproute2 libcap2-bin libprotobuf-dev
|
||||
RUN apt-get install -f -y iproute2 libcap2-bin
|
||||
|
||||
COPY \
|
||||
{% for deb in docker_gbsyncd_credo_debs.split(' ') -%}
|
||||
|
Loading…
Reference in New Issue
Block a user