Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Containerfile: Revert attempting to install flatpaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Jul 20, 2023
1 parent cd86b45 commit f7fb585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN /tmp/build.sh && \
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 gnome-software-rpm-ostree && \
pip install --prefix=/usr yafti && \
cat /tmp/flatpaks | while read line; do flatpak install --system --noninteractive flathub $line; done && \
systemctl unmask dconf-update.service && \
systemctl enable dconf-update.service && \
systemctl enable rpm-ostree-countme.service && \
Expand Down

0 comments on commit f7fb585

Please sign in to comment.