build(devcontainer): install cmake too

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-10 13:48:23 +00:00
parent 87540ab0b9
commit 2f33ea4dfd
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -94,7 +94,8 @@ RUN apt-get -y install --no-install-recommends \
grub-pc-bin \ grub-pc-bin \
grub-pc \ grub-pc \
grub2-common \ grub2-common \
pip pip \
cmake
# Install git-cliff # Install git-cliff
RUN pip install git-cliff --break-system-packages RUN pip install git-cliff --break-system-packages