diff --git a/build_aux/Containerfile.unittest b/build_aux/Containerfile.unittest index 200822a1a..631bba13d 100644 --- a/build_aux/Containerfile.unittest +++ b/build_aux/Containerfile.unittest @@ -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