kernel: Remove libressl from kernel build Dockerfile

Alpine 3.9 no longer uses libressl

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-05 23:18:58 +00:00
parent a0e49c68bf
commit 94516fe2a8

View File

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