Merge pull request #3367 from singe/patch-1

Update kernel Dockerfile with openssl-dev dep
This commit is contained in:
Rolf Neugebauer 2019-06-06 19:47:15 +01:00 committed by GitHub
commit d50ac51d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ RUN apk add \
mpc1-dev \
mpfr-dev \
ncurses-dev \
openssl-dev \
patch \
sed \
squashfs-tools \