I'd wget the release and splat to avoid stuffing a .git directory in the image
I'd wget the release and splat to avoid stuffing a .git directory in the image


error: importing RPMs: creating importer: Processing file-overrides for package gnome-software: Invalid absolute filepath '0001-crash-with-broken-theme.patch'rpm-ostree cleanup -mwget https://copr.fedorainfracloud.org/coprs/ublue-os/gnome-software/repo/fedora-${FEDORA_VERSION}/ublue-os-gnome-software-fedora-${FEDORA_VERSION}.repo -O /etc/yum.repos.d/ublue-os-gnome-software.repo && \
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:gnome-software gnome-software && \Invalid absolute filepath '0001-crash-with-broken-theme.patcherror: No matches for 'gnome-software' in repo 'copr:copr.fedorainfracloud.org:ublue-os:gnome-software'# Install ublue-os GNOME Software
RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/gnome-software/repo/fedora-${FEDORA_VERSION}/ublue-os-gnome-software-fedora-${FEDORA_VERSION}.repo -O /etc/yum.repos.d/ublue-os-gnome-software.repo && \
rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:gnome-software gnome-software \
&& \
rm -rf /tmp/* /var/* && \
ostree container commitInstalling: gnome-software-44.2.ublue-1.fc38.src (copr:copr.fedorainfracloud.org:ublue-os:gnome-software)
error: Error -1 running transaction
Error: error building at STEP "RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/gnome-software/repo/fedora-${FEDORA_VERSION}/ublue-os-gnome-software-fedora-${FEDORA_VERSION}.repo -O /etc/yum.repos.d/ublue-os-gnome-software.repo && rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:gnome-software gnome-software && rm -rf /tmp/* /var/* && ostree container commit": error while running runtime: exit status 1error: importing RPMs: creating importer: Processing file-overrides for package gnome-software: Invalid absolute filepath '0001-crash-with-broken-theme.patch'rpm-ostree cleanup -m let window = ApplicationWindow::builder()
.application(app)
.title("My GTK App")
.build();