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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 42cd69bd8..020357653 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -99,6 +99,8 @@ services: build: context: docker/frontend/ hostname: frontend + command: + - /bin/bash depends_on: - database - redis