mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Upgrade the Alpine CI build as well.
This commit is contained in:
+2
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user