We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6594192 commit ac11fecCopy full SHA for ac11fec
Dockerfile
@@ -17,7 +17,7 @@ RUN case "${TARGETPLATFORM}" in \
17
esac
18
RUN export DEBIAN_FRONTEND=noninteractive && \
19
apt-get update && \
20
- apt-get install -yq --no-install-recommends build-essential libclang-16-dev \
+ apt-get install -yq --no-install-recommends build-essential libclang-19-dev \
21
g++-aarch64-linux-gnu binutils-aarch64-linux-gnu \
22
g++-x86-64-linux-gnu binutils-x86-64-linux-gnu
23
RUN rustup target add "$(cat /target.txt)"
0 commit comments