mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
packaging: fix build for Qt6 webengine
Fedora: "WARNING: QtWebEngine won't be built. Python3 html5lib is missing." Ubuntu 20.04: Curl not found for nodejs Change-Id: Ic35aee309f25be20a8934b5033e3fe3ea0a8b6c0
This commit is contained in:
parent
992fdb7d5e
commit
d17578ffa7
2 changed files with 4 additions and 2 deletions
|
@ -98,7 +98,8 @@ RUN dnf install -y \
|
|||
ninja-build \
|
||||
clang \
|
||||
cmake \
|
||||
fmt-devel
|
||||
fmt-devel \
|
||||
python3-html5lib
|
||||
|
||||
ADD extras/packaging/gnu-linux/scripts/build-package-rpm.sh /opt/build-package-rpm.sh
|
||||
|
||||
|
|
|
@ -8,7 +8,8 @@ RUN apt-get update && \
|
|||
devscripts \
|
||||
equivs \
|
||||
python-is-python3 \
|
||||
wget
|
||||
wget \
|
||||
curl
|
||||
|
||||
# nodejs
|
||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||
|
|
Loading…
Add table
Reference in a new issue