From c9dae15bc4b69026595fe9a5ae672e4e5a9c0178 Mon Sep 17 00:00:00 2001 From: "Michal S." Date: Tue, 4 Aug 2026 18:41:56 +0100 Subject: [PATCH] fix: apk conflicts byacc and bison, move to respective stages (how did they get back here?) --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 310951a..f7a4e46 100644 --- a/Containerfile +++ b/Containerfile @@ -90,9 +90,7 @@ RUN install -m 0444 /dev/null /kernel-ready FROM toolchain AS static-base-bootstrap -RUN apk add --no-cache \ - bison=3.8.2-r3 \ - byacc=20260126-r0 +RUN apk add --no-cache byacc=20260126-r0 COPY --from=kernel-ready /kernel-ready /tmp/kernel-ready