Skip to content

Commit

Permalink
containerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Apr 8, 2024
1 parent 836edae commit b84efb3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build_aux/Containerfile.unittest
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
FROM fedora:39

RUN dnf update -y && dnf install python-pytest-cov copr-dist-git rpmdevtools python3-copr copr-cli dnf-plugins-core -y
RUN dnf update -y && \
dnf install -y \
python-pytest-cov \
copr-dist-git \
rpmdevtools \
python3-copr \
copr-cli \
dnf-plugins-core && \
dnf clean all

RUN useradd copr_user
USER copr_user
Expand Down

0 comments on commit b84efb3

Please sign in to comment.