mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-18 00:01:15 +00:00
kernel: Fix ARG handling in Dockerfiles
At least for the perf image I got an error when not having the ARG up front. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
ARG IMAGE
|
||||
ARG BUILD_IMAGE
|
||||
|
||||
FROM ${IMAGE} AS ksrc
|
||||
|
||||
ARG BUILD_IMAGE
|
||||
FROM ${BUILD_IMAGE} AS build
|
||||
RUN apk add \
|
||||
attr-dev \
|
||||
|
Reference in New Issue
Block a user