diff --git a/debian-aarch64.Dockerfile b/debian-aarch64.Dockerfile index befca9e1..93a01eb9 100644 --- a/debian-aarch64.Dockerfile +++ b/debian-aarch64.Dockerfile @@ -22,6 +22,8 @@ RUN apt-get update && \ llvm-15 \ clang-15 \ lld-15 \ + libc++-15-dev \ + libc++abi-15-dev \ nodejs \ xz-utils \ rcs \