feat(devcontainer): install meson in Dockerfile

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-21 22:59:58 +00:00
parent 2d0245f2ac
commit 79f2faf55b
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -100,6 +100,9 @@ RUN apt-get -y install --no-install-recommends \
# Install git-cliff
RUN pip install git-cliff --break-system-packages
# Install meson
RUN pip install meson --break-system-packages
# Configure git
RUN <<EOF
git config --global advice.detachedHead false