Skip to content

Commit

Permalink
[openssh]: add build dep installation to sonic-slave-bullseye
Browse files Browse the repository at this point in the history
This is the continuation of PR 8381 and is needed for debian 11 build.

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan committed Aug 10, 2021
1 parent 8275f29 commit fff1756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fff1756

Please sign in to comment.