FROM ubuntu:22.04 RUN apt-get update RUN apt-get install -y cmake git clang-13 libc++-13-dev libc++abi-13-dev ENV CC=clang-13 CXX=clang++-13