[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:
Saikrishna Arcot 2021-11-23 17:43:26 -08:00 committed by Saikrishna Arcot
parent d5365928d4
commit 403a9358a8

View File

@ -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(' ') -%}