This simpple simply docker image is a rtu build env for AutoBleem the Playstation classic Payload
Go to the GitHub and support the project !
This docker image is functionnal but it can be better, like automated build when running docker like with a docker start command ! Wanto to helo ? Just fork and create PR !
- docker pull mggk/autobleem-arm-build
- docker run --name aab -d -t -v LOCAL-PATH-TO-SOURCES:/work/src autobleem-arm-build
- docker exec -t -i aab /bin/bash
- sh build.sh
- Everything is builded in the build_arm folder of your sources !
- Clone this repo
- docker build -t autobleem-arm-build .
- And Voila !