mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +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 \
|
||||
aom \
|
||||
aom-extra-tools \
|
||||
bat \
|
||||
libaom \
|
||||
libaom-devel \
|
||||
ccache \
|
||||
|
@ -162,7 +163,7 @@ dnf debuginfo-install -y gtk3 \
|
|||
zip \
|
||||
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
|
||||
dnf builddep -y gstreamer1 \
|
||||
|
|
Loading…
Reference in a new issue