diff --git a/Containerfile b/Containerfile index 084869aa1e..87f6944586 100644 --- a/Containerfile +++ b/Containerfile @@ -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