From c998768fc2e491ac5d0df35f21f1ef74e3894300 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Thu, 23 Mar 2023 19:17:46 -0400 Subject: [PATCH] fresh: Remove Qt Web Engine installation Appears to not have solvable dependencies at the moment, causing the container to not build. Additionally, we don't ship yuzu with the Web Engine support compiled anyway. --- linux-fresh/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 1ef25e3..67ce709 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -77,7 +77,6 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ qt${QT_PKG_VER}tools \ qt${QT_PKG_VER}wayland \ qt${QT_PKG_VER}multimedia \ - qt${QT_PKG_VER}webengine \ qt${QT_PKG_VER}x11extras && \ # Install Clang from apt.llvm.org wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \