diff --git a/Containerfile.base b/Containerfile.base index c29b1ec..250c98a 100644 --- a/Containerfile.base +++ b/Containerfile.base @@ -8,6 +8,8 @@ # If you want to configure the input rpm-md repositories, just override this # container image. FROM quay.io/fedora/fedora:rawhide as repos +# See https://github.com/coreos/rpm-ostree/issues/3397 +RUN ln -sr /usr/lib/sysimage/rpm /usr/share/rpm # BOOTSTRAPPING: This can be any image that has the following packages. FROM registry.gitlab.com/fedora/bootc/base-images-dev/fedora-bootc-dev:rawhide as builder