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