Skip to content

Commit

Permalink
Revert "Update Containerfile"
Browse files Browse the repository at this point in the history
This reverts commit 14334d7.
  • Loading branch information
sukarn-m committed Jan 8, 2024
1 parent 14334d7 commit d6061cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ COPY modules /tmp/modules/
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 /rpms/ublue-os-udev-rules.noarch.rpm /tmp
RUN rpm -ivh /tmp/ublue-os-udev-rules.noarch.rpm
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 && \
Expand Down

0 comments on commit d6061cb

Please sign in to comment.