Skip to content

Commit

Permalink
Revert "Add udev rules from https://github.com/ublue-os/config"
Browse files Browse the repository at this point in the history
This reverts commit 815d477.
  • Loading branch information
sukarn-m committed Jan 8, 2024
1 parent d6061cb commit 333e3b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 333e3b1

Please sign in to comment.