Skip to content

Commit

Permalink
fix: Correct typo in Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 19, 2023
1 parent e519fa9 commit c5f7837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /
COPY --from=ghcr.io/ublue-os/bling:latest /rpms/ublue-os-wallpapers-*.noarch.rpm /tmp/rpms/ublue-os-wallpapers.rpm
RUN rpm-ostree override remove ublue-os-update-services && \
rpm-ostree install \
/tmp/akmods-rpms/kmods/*gcadapter_oc*.rpm
/tmp/akmods-rpms/kmods/*gcadapter_oc*.rpm \
/tmp/rpms/ublue-update.noarch.rpm \
/tmp/rpms/ublue-os-wallpapers.rpm

Expand Down

0 comments on commit c5f7837

Please sign in to comment.