- git clone https://github.com/borgified/python3-devel-environment.git
- mv python3-devel-environment your-repo-name
- cd your-repo-name
- rm -rf .git
- git init
vi dockerfiles/Dockerfile
and modify as necessary to include other tools that you might needmake build
to build your docker imagemake run
to run the newly built image