mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Some kernel builds need openssl binary for key generation
For example kernel module signatures if you do not provide a key. So add to the dependencies for kernel builds. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
0b5303cc66
commit
ccd9d711c0
@ -16,6 +16,7 @@ RUN apk add \
|
|||||||
installkernel \
|
installkernel \
|
||||||
kmod \
|
kmod \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
|
libressl \
|
||||||
libressl-dev \
|
libressl-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
mpc1-dev \
|
mpc1-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user