Skip to content

Commit 8e92c9d

Browse files
committed
feat(deck): Add VGUI2-themed wallpaper
chore: Containerfile cleanup
1 parent 0499472 commit 8e92c9d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Containerfile

+5-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
1212
COPY system_files/desktop/etc /etc
1313
COPY system_files/desktop/usr /usr
1414

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
2017
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
2221

2322
# Add Copr repos
2423
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 && \
70.2 KB
Loading

0 commit comments

Comments
 (0)