Upgrade the Alpine CI build as well.

This commit is contained in:
Henrik Rydgård
2026-06-16 21:09:14 +02:00
parent 510a4336ef
commit ebdf89dfbd
+2 -2
View File
@@ -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/