From ef26f6a56e906c956f1e398b8621e5790ab0bd0c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 12 Mar 2023 18:27:12 +0800 Subject: [PATCH] build: libc++-dev still need to be installed --- debian-aarch64.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 \