mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +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 \
|
||||
kmod \
|
||||
libelf-dev \
|
||||
libressl \
|
||||
libressl-dev \
|
||||
linux-headers \
|
||||
mpc1-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user