From 6e7ac653f5c361b4a023bd47e5297b9d0b8df603 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 23 Sep 2023 14:34:06 -0700 Subject: [PATCH] feat: Add udev rules for android phones (#362) --- Containerfile | 4 +++- nokmods-packages.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 92dc2d13..ac622728 100644 --- a/Containerfile +++ b/Containerfile @@ -15,10 +15,12 @@ COPY nokmods-packages.json /tmp/nokmods-packages.json COPY --from=ghcr.io/ublue-os/config:latest /rpms /tmp/rpms -RUN /tmp/nokmods-install.sh && \ +RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(rpm -E %fedora)/ublue-os-staging-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ublue-os_staging.repo && \ + /tmp/nokmods-install.sh && \ /tmp/nokmods-post-install.sh && \ # temporary fix for https://github.com/containers/podman/issues/19930 rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2023-8d641964bc && \ + rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo && \ rm -rf /tmp/* /var/* RUN ostree container commit && \ diff --git a/nokmods-packages.json b/nokmods-packages.json index 9035007b..b5e07f58 100644 --- a/nokmods-packages.json +++ b/nokmods-packages.json @@ -3,6 +3,7 @@ "include": { "all": [ "alsa-firmware", + "android-udev-rules", "apr", "apr-util", "distrobox",