Merge pull request #3722 from gabchab/openssl-in-kernel-build

Add openssl to the kernel-build
This commit is contained in:
Rolf Neugebauer 2022-06-03 21:55:47 +01:00 committed by GitHub
commit b33bda7a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ RUN apk add \
mpc1-dev \
mpfr-dev \
ncurses-dev \
openssl \
openssl-dev \
patch \
rsync \