"progress"

This commit is contained in:
2026-02-28 09:55:21 -06:00
parent 99d030003c
commit df106e3988
204 changed files with 285 additions and 205 deletions

7
docker/psp/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM pspdev/pspdev:latest
WORKDIR /workdir
RUN apk add --no-cache \
python3 \
py3-pip
VOLUME ["/workdir"]
CMD [ "/bin/bash", "-c", "./scripts/build-psp.sh" ]