From fd18d10eb7f55ca638ae4108d88c04d8346b0fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 13 Mar 2025 14:24:12 +0100 Subject: [PATCH] Update Fedora deps --- dev_scripts/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_scripts/env.py b/dev_scripts/env.py index c4a86bb..1af41ea 100755 --- a/dev_scripts/env.py +++ b/dev_scripts/env.py @@ -107,7 +107,7 @@ RUN apt-get update \ # FIXME: Install Poetry on Fedora via package manager. DOCKERFILE_BUILD_DEV_FEDORA_DEPS = r""" RUN dnf install -y git rpm-build podman python3 python3-devel python3-poetry-core \ - pipx make qt6-qtbase-gui \ + pipx make qt6-qtbase-gui gcc gcc-c++\ && dnf clean all # FIXME: Drop this fix after it's resolved upstream.