Skip to content

Commit 3a71ed5

Browse files
committed
Provide glibc compatibility library
1 parent b89f473 commit 3a71ed5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM 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
44
RUN 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

99
FROM 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

0 commit comments

Comments
 (0)