From 19a87715ba755bb65d984f77b4b96424a71bba49 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 1 Oct 2023 14:39:57 -0700 Subject: [PATCH] chore(f39): Restore waydroid package --- Containerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Containerfile b/Containerfile index 58d73124..215ca335 100644 --- a/Containerfile +++ b/Containerfile @@ -167,12 +167,10 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \ rpm-ostree install \ rocm-hip \ - rocm-opencl && \ - if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \ - rpm-ostree install \ - waydroid \ - weston \ - ; fi \ + rocm-opencl \ + waydroid \ + lzip \ + weston \ ; else \ rpm-ostree override remove \ distrobox && \