mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 09:21:28 +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:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user