File tree 2 files changed +5
-6
lines changed
system_files/deck/usr/share/wallpapers
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
12
12
COPY system_files/desktop/etc /etc
13
13
COPY system_files/desktop/usr /usr
14
14
15
- # Add ublue-update
16
- COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/
17
- RUN rpm-ostree install /tmp/rpms/ublue-update.noarch.rpm
18
-
19
- # Add ublue-os-wallpapers
15
+ # Add ublue packages
16
+ COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /tmp/rpms/ublue-update.noarch.rpm
20
17
COPY --from=ghcr.io/ublue-os/bling:latest /rpms/ublue-os-wallpapers-*.noarch.rpm /tmp/rpms/ublue-os-wallpapers.rpm
21
- RUN rpm-ostree install /tmp/rpms/ublue-os-wallpapers.rpm
18
+ RUN rpm-ostree install \
19
+ /tmp/rpms/ublue-update.noarch.rpm \
20
+ /tmp/rpms/ublue-os-wallpapers.rpm
22
21
23
22
# Add Copr repos
24
23
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-$(rpm -E %fedora)/kylegospo-bazzite-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
You can’t perform that action at this time.
0 commit comments