fix: apk conflicts byacc and bison, move to respective stages (how did they get back here?)
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user