fix: Correct typo in Containerfile

This commit is contained in:
Kyle Gospodnetich 2023-07-19 16:23:47 -07:00
parent e519fa96cf
commit c5f78376f6

View File

@ -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