From ebdf89dfbdf88b9da08c342cedbd3df992eabdc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 16 Jun 2026 21:09:14 +0200 Subject: [PATCH] Upgrade the Alpine CI build as well. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7cacfbeb3f..f19491406f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:latest COPY . /src -RUN apk add build-base wget git bash cmake python3 glu-dev sdl2-dev +RUN apk add build-base wget git bash cmake python3 glu-dev sdl3-dev sdl3_ttf-dev RUN cd src/ffmpeg && ./linux_x86-64.sh RUN cd src && ./b.sh --headless @@ -13,7 +13,7 @@ RUN cd src && ./b.sh --headless FROM alpine:latest # Install required dependencies to make headless to work -RUN apk add --no-cache sdl2 libstdc++ glu-dev +RUN apk add --no-cache sdl3 sdl3_ttf libstdc++ glu-dev # Copy minimal things to make headless to work COPY --from=0 src/build/PPSSPPHeadless usr/local/bin/