mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docker: Stop using mdv and use bat to colorize markdown
This commit is contained in:
parent
c8d0102561
commit
b0b76594c3
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ dnf upgrade -y
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
aom \
|
aom \
|
||||||
aom-extra-tools \
|
aom-extra-tools \
|
||||||
|
bat \
|
||||||
libaom \
|
libaom \
|
||||||
libaom-devel \
|
libaom-devel \
|
||||||
ccache \
|
ccache \
|
||||||
|
@ -162,7 +163,7 @@ dnf debuginfo-install -y gtk3 \
|
||||||
zip \
|
zip \
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
pip3 install meson==0.50.1 git+https://github.com/axiros/terminal_markdown_viewer hotdoc
|
pip3 install meson==0.50.1 hotdoc
|
||||||
|
|
||||||
# Install the dependencies of gstreamer
|
# Install the dependencies of gstreamer
|
||||||
dnf builddep -y gstreamer1 \
|
dnf builddep -y gstreamer1 \
|
||||||
|
|
Loading…
Reference in a new issue