1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-07 16:26:12 +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 \ ninja-build \
clang \ clang \
cmake \ cmake \
fmt-devel fmt-devel \
python3-html5lib
ADD extras/packaging/gnu-linux/scripts/build-package-rpm.sh /opt/build-package-rpm.sh 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 \ devscripts \
equivs \ equivs \
python-is-python3 \ python-is-python3 \
wget wget \
curl
# nodejs # nodejs
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -