Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
fix: remove gnome-app-extensions experiment (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 2, 2023
1 parent 78acf44 commit 9eff421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ FROM ghcr.io/ublue-os/base:${FEDORA_MAJOR_VERSION}
COPY etc /etc
COPY usr /usr

#COPY --from=ghcr.io/ublue-os/udev-rules:latest /ublue-os-udev-rules /
COPY --from=ghcr.io/ublue-os/udev-rules:latest /ublue-os-udev-rules /

RUN rpm-ostree override remove gnome-extensions-app
RUN wget https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo -O /etc/yum.repos.d/terra.repo
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-$(rpm -E %fedora)/kylegospo-gnome-vrr-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
RUN wget https://copr.fedorainfracloud.org/coprs/sunwire/input-remapper/repo/fedora-37/sunwire-input-remapper-fedora-37.repo -O /etc/yum.repos.d/sunwire-input-remapper-fedora-37.repo
Expand Down

0 comments on commit 9eff421

Please sign in to comment.