mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Fix Dockerfile.kconfig
KERNEL_VERSIONS apparently needs to be specified as argument after the FROM Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
a4c518f696
commit
25c796e854
@ -1,7 +1,8 @@
|
|||||||
ARG BUILD_IMAGE
|
ARG BUILD_IMAGE
|
||||||
|
FROM ${BUILD_IMAGE} AS kernel-build
|
||||||
|
|
||||||
ARG KERNEL_VERSIONS
|
ARG KERNEL_VERSIONS
|
||||||
|
|
||||||
FROM ${BUILD_IMAGE} AS kernel-build
|
|
||||||
RUN apk add \
|
RUN apk add \
|
||||||
argp-standalone \
|
argp-standalone \
|
||||||
bison \
|
bison \
|
||||||
|
Loading…
Reference in New Issue
Block a user