Work around latest dnf5 not pulling gpg keys
Workaround for https://github.com/rpm-software-management/dnf5/issues/2134
This commit is contained in:
parent
6f34e1897f
commit
7accbdd080
2 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,9 @@ FROM quay.io/fedora-ostree-desktops/silverblue:41
|
|||
|
||||
COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv
|
||||
|
||||
# Temporary workaround for https://github.com/rpm-software-management/dnf5/issues/2134
|
||||
RUN dnf5 -y downgrade dnf5-5.2.10.0
|
||||
|
||||
# dnf configuration has to be in effect during build
|
||||
COPY etc/dnf /etc/dnf
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ FROM quay.io/fedora-ostree-desktops/kinoite:41
|
|||
|
||||
COPY --from=mpv-build /build/mpv-build/mpv/build/mpv /bin/mpv
|
||||
|
||||
# Temporary workaround for https://github.com/rpm-software-management/dnf5/issues/2134
|
||||
RUN dnf5 -y downgrade dnf5-5.2.10.0
|
||||
|
||||
# dnf configuration has to be in effect during build
|
||||
COPY etc/dnf /etc/dnf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue