fix: apk conflicts byacc and bison, move to respective stages (how did they get back here?)

This commit is contained in:
Michal S.
2026-08-04 18:41:56 +01:00
parent e0166e3673
commit c9dae15bc4
+1 -3
View File
@@ -90,9 +90,7 @@ RUN install -m 0444 /dev/null /kernel-ready
FROM toolchain AS static-base-bootstrap FROM toolchain AS static-base-bootstrap
RUN apk add --no-cache \ RUN apk add --no-cache byacc=20260126-r0
bison=3.8.2-r3 \
byacc=20260126-r0
COPY --from=kernel-ready /kernel-ready /tmp/kernel-ready COPY --from=kernel-ready /kernel-ready /tmp/kernel-ready