From a01cbcf05991fa4b8deebc6f17c4113084db83b4 Mon Sep 17 00:00:00 2001 From: Vivienne Siffert Date: Fri, 29 Aug 2025 09:29:49 +0200 Subject: [PATCH 1/2] chore: add clang --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c497f31..bcab4cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV POCKET_IC_SERVER_VERSION=8.0.0 ENV POCKET_IC_PYTHON_VERSION=3.0.1 RUN apt -yq update -RUN apt -yqq install --no-install-recommends curl ca-certificates libunwind-dev git python3 python3-pip ssh +RUN apt -yqq install --no-install-recommends curl ca-certificates clang libunwind-dev git python3 python3-pip ssh # Install Node.js using nvm ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin:${PATH}" From e28f7b2937638cef7d6f53fdec490314fbf36e14 Mon Sep 17 00:00:00 2001 From: Vivienne Siffert Date: Fri, 29 Aug 2025 09:30:39 +0200 Subject: [PATCH 2/2] also add to slim --- slim/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim/Dockerfile b/slim/Dockerfile index f8bb6a9..e60fbdf 100644 --- a/slim/Dockerfile +++ b/slim/Dockerfile @@ -7,7 +7,7 @@ ENV IC_MOPS_VERSION=1.11.1 ENV CANDID_EXTRACTOR_VERSION=0.1.6 RUN apt -yq update -RUN apt -yqq install --no-install-recommends curl ca-certificates libunwind-dev git +RUN apt -yqq install --no-install-recommends clang curl ca-certificates libunwind-dev git # Install Node.js using nvm ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin:${PATH}"