FROM mcr.microsoft.com/devcontainers/cpp:1-ubuntu-24.04 ARG REINSTALL_CMAKE_VERSION_FROM_SOURCE="none" COPY ./reinstall-cmake.sh /tmp/ RUN <> /etc/profile EOF ENV CHMOD_KVM=1 # Remove autoconf & automake RUN sudo apt-get -y remove autoconf automake # Required packages for building gcc & binutils RUN <