mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Update kernel Dockerfile with openssl-dev dep
Kernel series 5.1.x requires openssl headers to compile scripts/extract-cert.c. Signed-off-by: singe <singe-github@singe.za.net>
This commit is contained in:
parent
02913f8950
commit
340dba89a0
@ -20,6 +20,7 @@ RUN apk add \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
ncurses-dev \
|
||||
openssl-dev \
|
||||
patch \
|
||||
sed \
|
||||
squashfs-tools \
|
||||
|
Loading…
Reference in New Issue
Block a user