From d0354c605a9edc05844ac2403e11eaad75e46c32 Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Thu, 25 Jan 2024 00:07:29 +0000 Subject: [PATCH] rust: Add llvm-13 and clang-13 part of the base install --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index db92d7f9a91..550053b22b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ bison \ build-essential \ check \ + clang-13 \ cmake \ curl \ cython3 \ @@ -50,6 +51,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ libssl-dev \ libtool \ libunistring-dev \ + llvm-13 \ lzip \ mercurial \ moreutils \