diff --git a/Containerfile b/Containerfile index 14de3a8..9698faa 100644 --- a/Containerfile +++ b/Containerfile @@ -41,9 +41,6 @@ COPY modules /tmp/modules/ # It is copied from the official container image since it's not available as an RPM. COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq -# Copy udev rules from https://github.com/ublue-os/config -COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os/udev-rules / - # Run the build script, then clean up temp files and finalize container build. RUN chmod +x /tmp/build.sh && /tmp/build.sh && \ rm -rf /tmp/* /var/* && ostree container commit