Add libsdl1.2debian to fix missing libSDL-1.2.so.0
All checks were successful
Docker Build and Publish / Build Docker image and publish to Gitea (push) Successful in 58s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 12:56:31 -04:00
parent e0b435b00f
commit 673d6216ef

View File

@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxdamage1 \ libxdamage1 \
libxcomposite1 \ libxcomposite1 \
libxext6 \ libxext6 \
libsdl1.2debian \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Copy and install the crash cart software # Copy and install the crash cart software