Install dnf4 into test image
The fedora:latest image is now based on 41, and contains dnf5. This is causing some tests to fail due to failing imports of dnf version 4. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
83f56da0f1
commit
bc60af794d
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ LABEL \
|
|||
license="MIT"
|
||||
|
||||
RUN dnf -y update && dnf -y install \
|
||||
--setopt=install_weak_deps=false \
|
||||
findutils \
|
||||
libmodulemd \
|
||||
git \
|
||||
|
|
@ -15,6 +16,7 @@ RUN dnf -y update && dnf -y install \
|
|||
python3-gobject-base \
|
||||
python3-tox \
|
||||
python3-urlgrabber \
|
||||
python3-dnf \
|
||||
&& dnf clean all
|
||||
|
||||
WORKDIR /src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue