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:
Justin Cormack 2018-04-17 14:16:13 +01:00
parent 0b5303cc66
commit ccd9d711c0
No known key found for this signature in database
GPG Key ID: 609102888A2EE3F9

View File

@ -16,6 +16,7 @@ RUN apk add \
installkernel \
kmod \
libelf-dev \
libressl \
libressl-dev \
linux-headers \
mpc1-dev \