From 5ad5ed824d441acb8be0f615a02c837d7c7dbaca Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sat, 7 Mar 2026 10:45:21 +0100 Subject: [PATCH] Dockerfile build debug --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1244a48..b6e7a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,9 @@ WORKDIR /usr/src/MOP3 COPY . . -RUN ./aux/devel.sh +ARG bt + +RUN ./aux/devel.sh $bt FROM scratch COPY --from=builder /usr/src/MOP3/mop3.iso /mop3.iso