1
0
Fork 0
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:
Sébastien Blin 2023-05-16 09:17:03 -04:00
parent 992fdb7d5e
commit d17578ffa7
2 changed files with 4 additions and 2 deletions

View file

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

View file

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