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