Skip to content

Automatically build a docker image with the pspdev toolchain ready to be used for homebrew development.

License

Notifications You must be signed in to change notification settings

filfreire/pspdev-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pspdev-docker

Publish Docker image

⚠️ Disclaimer: This fork from pspdev-docker project might be unstable, and is edited for personal use. ⚠️ Please refer to official pspdev project for the most up-to-date approach for using pspdev + Docker.

How to build

Build the image:

sudo docker build -t pspdev-docker .

Copy the helper script to run from local build image:

sudo cp pspdev-docker-local /usr/local/bin

Or use image from docker registry:

sudo cp pspdev-docker /usr/local/bin

How to run

Use the helper script to run commands in the current directory: pspdev-docker make

About

Automatically build a docker image with the pspdev toolchain ready to be used for homebrew development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Dockerfile 54.2%
  • Shell 45.8%