[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 <lguohan@gmail.com>
This commit is contained in:
parent
8275f297ef
commit
fff17563b7
@ -338,6 +338,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libsystemd-dev \
|
libsystemd-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
||||||
|
RUN apt-get -y build-dep openssh
|
||||||
|
|
||||||
# Build fix for ARMHF bullseye libsairedis
|
# Build fix for ARMHF bullseye libsairedis
|
||||||
{%- if CONFIGURED_ARCH == "armhf" %}
|
{%- if CONFIGURED_ARCH == "armhf" %}
|
||||||
# Install doxygen build dependency packages
|
# Install doxygen build dependency packages
|
||||||
|
Reference in New Issue
Block a user