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