From 333e3b1954dfd8dbe93374c6f10e65102e269b00 Mon Sep 17 00:00:00 2001 From: Sukarn <10946339+sukarn-m@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:29:21 +0530 Subject: [PATCH] Revert "Add udev rules from https://github.com/ublue-os/config" This reverts commit 815d4771a954ccb1d17ee11492c466a1c9222b80. --- Containerfile | 3 --- 1 file changed, 3 deletions(-) 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