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

Commit

Permalink
feat: add vanilla bling (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 15, 2023
1 parent 461e648 commit d5a5e25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
COPY etc /etc
COPY usr /usr

COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/share/backgrounds/vanilla /usr/share/backgrounds/vanilla
COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/share/gnome-background-properties/vanilla.xml /usr/share/gnome-background-properties/vanilla.xml
COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/bin/apx /usr/bin/apx
COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /etc/apx/config.json /etc/apx/config.json
COPY --from=docker.io/bketelsen/vanilla-os:v0.0.12 /usr/lib/apx /usr/lib/apx

#RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/repo/fedora-"${FEDORA_MAJOR_VERSION}"/kylegospo-gnome-vrr-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo
#RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr mutter gnome-control-center gnome-control-center-filesystem

Expand Down

0 comments on commit d5a5e25

Please sign in to comment.