Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix!: testing out bazzite build in dx
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Aug 22, 2023
1 parent 8b2d5a4 commit 5dabda5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq
COPY scripts /tmp/scripts

# Run the build script, then clean up temp files and finalize container build.
RUN rpm-ostree install /tmp/ublue-update.rpm /tmp/ublue-os-wallpapers.rpm && \
cp -r /usr/etc/yum.repos.d /etc && \
RUN cp -r /usr/etc/yum.repos.d /etc && \
chmod +x /tmp/scripts/build.sh && \
/tmp/scripts/build.sh && \
rm -rf /tmp/* /var/* && \
Expand Down

0 comments on commit 5dabda5

Please sign in to comment.