Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 20, 2024
1 parent e025d8a commit e88e61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/cosmic-desktop-compiled/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dnf install -y git \
rust-rav1e+nasm-rs-devel
RUN git clone --recurse-submodules https://github.com/pop-os/cosmic-epoch
# This is where the magic happens
RUN cd cosmic-epoch && git submodule update --remote && just sysext && rm -rf cosmic-sysext/usr/lib/extension-release.d && cd ..
# RUN cd cosmic-epoch && git submodule update --remote && just sysext && rm -rf cosmic-sysext/usr/lib/extension-release.d && cd ..

RUN git clone --recurse-submodules https://github.com/pop-os/launcher
RUN cd launcher && just build-release && cd ..
# RUN cd launcher && just build-release && cd ..

0 comments on commit e88e61c

Please sign in to comment.