Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 25, 2024
1 parent 1ec3a72 commit e8ee6e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions containers/Containerfile.compiler
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ RUN dnf install -y git \
flatpak-devel \
rust-rav1e+nasm-rs-devel
RUN mkdir -p /build
RUN git clone --recurse-submodules https://github.com/pop-os/cosmic-epoch
RUN cd cosmic-epoch && git submodule update --remote && just install rootdir=/build prefix=/usr && just clean && cd ..

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

RUN git clone --recurse-submodules https://github.com/pop-os/cosmic-epoch
RUN cd cosmic-epoch && git submodule update --remote && just rootdir=/build prefix=/usr install && just clean && cd ..

# Artifacts in /build

0 comments on commit e8ee6e5

Please sign in to comment.