mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
Merge pull request #2477 from t-koulouris/ok_build
okernel: build dockerfile now gets openssl package from alpine base image
This commit is contained in:
commit
e03ca107b8
@ -1,4 +1,4 @@
|
|||||||
FROM linuxkit/alpine:a120ad6aead3fe583eaa20e9b75a05ac1b3487da AS kernel-build
|
FROM linuxkit/alpine:21f2d52a0e20a78a0a81bbf5bebc652a3ec21b01 AS kernel-build
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
argp-standalone \
|
argp-standalone \
|
||||||
automake \
|
automake \
|
||||||
@ -18,10 +18,9 @@ RUN apk --no-cache add \
|
|||||||
tar \
|
tar \
|
||||||
xz \
|
xz \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
|
openssl \
|
||||||
openssl-dev
|
openssl-dev
|
||||||
|
|
||||||
RUN apk --no-cache add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main openssl
|
|
||||||
|
|
||||||
ARG KERNEL_VERSION
|
ARG KERNEL_VERSION
|
||||||
ARG DEBUG=0
|
ARG DEBUG=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user