Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sukarn-m authored Jan 8, 2024
1 parent 815d477 commit 14334d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ 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 /files/ublue-os/udev-rules /
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

# 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 14334d7

Please sign in to comment.