mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-15 17:51:50 +02:00
Compare commits
1 commit
f713436d57
...
52d6c07520
Author | SHA1 | Date | |
---|---|---|---|
52d6c07520 |
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ RUN dnf install -y python3.12
|
|||
# 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 gcc gcc-c++\
|
||||
pipx make qt6-qtbase-gui \
|
||||
&& dnf clean all
|
||||
|
||||
# FIXME: Drop this fix after it's resolved upstream.
|
||||
|
|
Loading…
Reference in a new issue