build(devcontainer): install cmake too

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-10 13:48:23 +00:00
parent 87540ab0b9
commit 2f33ea4dfd

View File

@ -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