Skip to content

Commit

Permalink
chore(cosmic): remove COPR repository after build (#4)
Browse files Browse the repository at this point in the history
* Disable COPR repository after build

* Fix file name
  • Loading branch information
p5 authored Aug 8, 2024
1 parent 0a07ca8 commit 17d6212
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion desktop-environments/cosmic/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ COPY files/ /

RUN rpm-ostree install \
cosmic-desktop \
gnome-keyring
gnome-keyring \
&& \
rm /etc/yum.repos.d/ryanabx-cosmic-epoch.repo \
&& \
rpm-ostree cleanup -m && \
rm -rf /tmp/* /var/* && \
ostree container commit

RUN rm -f /etc/systemd/system/display-manager.service && \
ln -s /usr/lib/systemd/system/cosmic-greeter.service /etc/systemd/system/display-manager.service \
Expand Down

0 comments on commit 17d6212

Please sign in to comment.