Merge pull request #3004 from justincormack/ima-prelim

Some kernel builds need openssl binary for key generation
This commit is contained in:
Justin Cormack 2018-04-17 15:47:36 +01:00 committed by GitHub
commit 5e9b5718aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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