docker: Stop using mdv and use bat to colorize markdown

This commit is contained in:
Thibault Saunier 2019-08-12 17:17:03 -04:00 committed by GStreamer Merge Bot
parent c8d0102561
commit b0b76594c3

View file

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