diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fd2bc28f..690ec62b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -94,7 +94,8 @@ RUN apt-get -y install --no-install-recommends \ grub-pc-bin \ grub-pc \ grub2-common \ - pip + pip \ + cmake # Install git-cliff RUN pip install git-cliff --break-system-packages