FROM multiarch/ubuntu-core:arm64-bionic WORKDIR /src RUN apt update \ && apt install --no-install-recommends -y ninja-build clang++-9 cmake \ && apt -y clean