File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.22 AS buildbase
22
3- RUN apk add --update --no-cache clang llvm lld cmake make pkgconf
3+ RUN apk add --update --no-cache clang llvm lld cmake make pkgconf gcompat
44RUN apk add --update --no-cache build-base flex bison cargo
55
6- LABEL org.opencontainers.image.source https://github.com/XboxDev/nxdk-buildbase
6+ LABEL org.opencontainers.image.source= https://github.com/XboxDev/nxdk-buildbase
77
88
99FROM alpine:3.22 AS runbase
1010
11- RUN apk add --update --no-cache clang llvm lld cmake make pkgconf
11+ RUN apk add --update --no-cache clang llvm lld cmake make pkgconf gcompat
1212
13- LABEL org.opencontainers.image.source https://github.com/XboxDev/nxdk-buildbase
13+ LABEL org.opencontainers.image.source= https://github.com/XboxDev/nxdk-buildbase
You can’t perform that action at this time.
0 commit comments