From 673d6216ef64824b7fa5a417850151bce7b0e6cd Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 7 Apr 2026 12:56:31 -0400 Subject: [PATCH] Add libsdl1.2debian to fix missing libSDL-1.2.so.0 Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1bcef83..5000eb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxdamage1 \ libxcomposite1 \ libxext6 \ + libsdl1.2debian \ && rm -rf /var/lib/apt/lists/* # Copy and install the crash cart software