Resolve KASM-5403 "Feature/ fedora 39"

This commit is contained in:
Ryan Kuba
2024-01-03 17:02:12 +00:00
committed by Matthew McClaskey
parent b595c0bce8
commit 7cdb7e1f3e
3 changed files with 175 additions and 37 deletions

View File

@@ -0,0 +1,13 @@
FROM fedora:39
RUN dnf install -y fedora-packager fedora-review
RUN dnf install -y tree vim less
RUN dnf install -y redhat-lsb-core
RUN dnf install -y dnf-plugins-core
COPY fedora/*.spec /tmp
RUN dnf builddep -y /tmp/*.spec
RUN useradd -m docker && echo "docker:docker" | chpasswd
USER docker