Skip to content

Commit 898277f

Browse files
committed
build: add clang19-static
1 parent 9eac4c1 commit 898277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
44

55
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
66
apk update && \
7-
apk add --no-cache musl-dev git llvm19-dev
7+
apk add --no-cache musl-dev git llvm19-dev clang19-static
88

99
RUN mkdir /tmp/tempproj && \
1010
cd /tmp/tempproj && \

0 commit comments

Comments
 (0)