Skip to content
Snippets Groups Projects
Commit d17578ff authored by Sébastien Blin's avatar Sébastien Blin
Browse files

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
parent 992fdb7d
No related branches found
No related tags found
No related merge requests found
......@@ -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 -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment