From fff17563b797b048a735b052e7be6280c46df704 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Tue, 10 Aug 2021 01:37:19 -0700 Subject: [PATCH] [openssh]: add build dep installation to sonic-slave-bullseye This is the continuation of PR 8381 and is needed for debian 11 build. Signed-off-by: Guohan Lu --- sonic-slave-bullseye/Dockerfile.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonic-slave-bullseye/Dockerfile.j2 b/sonic-slave-bullseye/Dockerfile.j2 index 21f27e562..c2a7fd7ab 100644 --- a/sonic-slave-bullseye/Dockerfile.j2 +++ b/sonic-slave-bullseye/Dockerfile.j2 @@ -338,6 +338,8 @@ RUN apt-get update && apt-get install -y \ libsystemd-dev \ pkg-config +RUN apt-get -y build-dep openssh + # Build fix for ARMHF bullseye libsairedis {%- if CONFIGURED_ARCH == "armhf" %} # Install doxygen build dependency packages