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

Commit

Permalink
fix: copy repo files to etc in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Sep 11, 2023
1 parent ca11802 commit e961ea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ COPY modules /tmp/modules/
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq

# Run the build script, then clean up temp files and finalize container build.
RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
RUN cp -r /usr/etc/yum.repos.d /etc && \
chmod +x /tmp/build.sh && /tmp/build.sh && \
rm -rf /tmp/* /var/* && ostree container commit

0 comments on commit e961ea7

Please sign in to comment.