mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
f7bcf8dd6a
commit
9e62bd32c3
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue