Start PS3 development with 1 only command! Includes Libraries
10K+
This docker image is meant to help PS3 Homebrew developers providing an out-of-the-box setup with all the necessary libraries included and compiled. Uses alpine as base image to significantly reduce the container's size.
This container includes the following libraries:
If you'd like more libraries to be included you can edit install-libraries.sh and send a pull request.
Run this command in your project's directory:
docker run -it --rm -v "$PWD:/src" flipacholas/ps3devextra make
If you want to customize this container run this command to enter the ash shell:
run -it CONTAINER_ID /bin/ash
Don't forget to substitute CONTAINER_ID with your real id, running 'docker ps' will display it.
Content type
Image
Digest
Size
300.1 MB
Last updated
over 8 years ago
docker pull flipacholas/ps3devextra