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

Commit

Permalink
fix: wrong fetching location for yum.repos.d
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Sep 11, 2023
1 parent e961ea7 commit 564572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +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 cp -r /usr/etc/yum.repos.d /etc && \
RUN cp -r /tmp/config/files/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 564572a

Please sign in to comment.