From 7c9c55f86604dcbea28251e11e2bba872211a9e7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 19 Dec 2023 14:42:42 -0800 Subject: [PATCH] chore: Remove glibc32 to fix builds, this will be reinstalled by later build steps. --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 9be28c38..f4376584 100644 --- a/Containerfile +++ b/Containerfile @@ -108,6 +108,9 @@ RUN rpm-ostree override replace \ --from repo=updates \ atk \ at-spi2-atk \ + || true && \ + rpm-ostree override remove \ + glibc32 \ || true # Install Valve's patched Mesa, Pipewire and Bluez