Skip to content

Commit

Permalink
config: docker: net kselftest suite required openssl library
Browse files Browse the repository at this point in the history
This library is missing and hence build errors are encountered while
building kselftests specifically net suite. Hence add this library.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum committed Aug 8, 2024
1 parent 4d95e4e commit e7b5f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/docker/fragment/kselftest.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libubsan1{{ pkgarch }} \
liburing-dev{{ pkgarch }} \
libpopt-dev{{ pkgarch }} \
libssl-dev{{ pkgarch }} \
patch \
pkg-config

0 comments on commit e7b5f0c

Please sign in to comment.