docker: Always get latest hotdoc release

We had another little mistake to fix and that might
happen often in the future so let's use latest releases for
now.
This commit is contained in:
Thibault Saunier 2019-05-13 13:56:06 -04:00
parent f7bcf8dd6a
commit 9e62bd32c3

View file

@ -160,7 +160,7 @@ dnf debuginfo-install -y gtk3 \
zip \
zlib
pip3 install meson==0.50.1 git+https://github.com/axiros/terminal_markdown_viewer hotdoc==0.9.3
pip3 install meson==0.50.1 git+https://github.com/axiros/terminal_markdown_viewer hotdoc
# Install the dependencies of gstreamer
dnf builddep -y gstreamer1 \