Compare commits

..

1 commit

Author SHA1 Message Date
52d6c07520
Merge b6a90d437d into 56663023f5 2025-03-12 15:39:01 +00: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 gcc gcc-c++\ pipx make qt6-qtbase-gui \
&& dnf clean all && dnf clean all
# FIXME: Drop this fix after it's resolved upstream. # FIXME: Drop this fix after it's resolved upstream.