mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
kernel: Update alpine base image for kernel builds
Since we are rebuilding the kernels might as well update the base Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
aea1eadecc
commit
6e540241c8
@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS kernel-build
|
||||
FROM linuxkit/alpine:4476496e70a41705f9a8f1c9162a4e21a40817fe AS kernel-build
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
automake \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS kernel-build
|
||||
FROM linuxkit/alpine:4476496e70a41705f9a8f1c9162a4e21a40817fe AS kernel-build
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
build-base \
|
||||
|
@ -1,6 +1,6 @@
|
||||
ARG IMAGE
|
||||
FROM ${IMAGE} AS ksrc
|
||||
FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS build
|
||||
FROM linuxkit/alpine:4476496e70a41705f9a8f1c9162a4e21a40817fe AS build
|
||||
RUN apk add \
|
||||
attr-dev \
|
||||
autoconf \
|
||||
|
Loading…
Reference in New Issue
Block a user