Compare commits

..

2 commits

Author SHA1 Message Date
f713436d57
Merge 5907192e50 into 56663023f5 2025-03-13 13:24:21 +00:00
Alexis Métaireau
5907192e50
Update Fedora deps 2025-03-13 14:24:12 +01:00

View file

@ -141,7 +141,7 @@ RUN dnf install -y python3.12
# FIXME: Install Poetry on Fedora via package manager. # FIXME: Install Poetry on Fedora via package manager.
DOCKERFILE_BUILD_DEV_FEDORA_DEPS = r""" DOCKERFILE_BUILD_DEV_FEDORA_DEPS = r"""
RUN dnf install -y git rpm-build podman python3 python3-devel python3-poetry-core \ 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 && dnf clean all
# FIXME: Drop this fix after it's resolved upstream. # FIXME: Drop this fix after it's resolved upstream.