From 2acf0eedd5ff6a0680a3f0a3346c3c84e56ea3bf Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sun, 29 Mar 2026 20:20:19 +0100 Subject: [PATCH] Build working --- containers/Containerfile.unstructured | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Containerfile.unstructured b/containers/Containerfile.unstructured index f159eb88..7284901e 100644 --- a/containers/Containerfile.unstructured +++ b/containers/Containerfile.unstructured @@ -7,7 +7,7 @@ FROM docker.io/fedora:42 AS base ENV PIP_BREAK_SYSTEM_PACKAGES=1 -RUN dnf install -y python3.13 && \ +RUN dnf install -y python3.13 libxcb mesa-libGL && \ alternatives --install /usr/bin/python python /usr/bin/python3.13 1 && \ python -m ensurepip --upgrade && \ pip3 install --no-cache-dir build wheel aiohttp && \