From 403a9358a8971abca66464a7b2a122cb9ec6e852 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Tue, 23 Nov 2021 17:43:26 -0800 Subject: [PATCH] [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 --- platform/components/docker-gbsyncd-credo/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/components/docker-gbsyncd-credo/Dockerfile.j2 b/platform/components/docker-gbsyncd-credo/Dockerfile.j2 index f12e6350f4..1b9631707c 100644 --- a/platform/components/docker-gbsyncd-credo/Dockerfile.j2 +++ b/platform/components/docker-gbsyncd-credo/Dockerfile.j2 @@ -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(' ') -%}