mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
feat(devcontainer): install meson in Dockerfile
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
2d0245f2ac
commit
79f2faf55b
@ -100,6 +100,9 @@ RUN apt-get -y install --no-install-recommends \
|
|||||||
# Install git-cliff
|
# Install git-cliff
|
||||||
RUN pip install git-cliff --break-system-packages
|
RUN pip install git-cliff --break-system-packages
|
||||||
|
|
||||||
|
# Install meson
|
||||||
|
RUN pip install meson --break-system-packages
|
||||||
|
|
||||||
# Configure git
|
# Configure git
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
git config --global advice.detachedHead false
|
git config --global advice.detachedHead false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user