Skip to content

Commit

Permalink
Dockerfile-fedora-39
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Oct 10, 2023
1 parent 6ba0601 commit 2974433
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions build/docker/Dockerfile-fedora-39
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
FROM fedora:39
LABEL [email protected]

RUN dnf -y install createrepo_c \
desktop-file-utils \
git \
python3 \
python3-beautifulsoup4 \
python3-cryptography \
python3-dateutil \
python3-devel \
python3-keyring \
python3-lxml \
python3-psutil \
python3-pyqt6 \
python3-pyqt6-devel \
python3-requests \
python3-requests-kerberos \
python3-SecretStorage \
qt6-qtsvg \
qt6-qtmultimedia \
rpm-build

CMD cd /nagstamon/build && \
/usr/bin/python3 build.py

0 comments on commit 2974433

Please sign in to comment.