Skip to content

Commit

Permalink
fix: some kernels require openssl-dev to generate headers
Browse files Browse the repository at this point in the history
An attempt to generate headers for kernel 5.4.15-1.el7.elrepo.x86_64
failed in scripts/extract-cert.c due to missing openssl-dev package.
  • Loading branch information
phensley authored and fntlnz committed Jul 13, 2020
1 parent 44a2191 commit df88d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile.initcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk add --update \
curl \
elfutils-dev \
linux-headers \
make
make \
openssl-dev

WORKDIR /

Expand Down

0 comments on commit df88d14

Please sign in to comment.