Use this method when you need to change more things in the default image than
just Ubuntu or Python packages.
As an example, let's create a new image that adds German OCR support.
Create a file name `Dockerfile`. This will create a new local image of Mayan EDMS that builds on top of the official image. This is how Docker works, by layering images. Create a new file called `Dockerfile.local` with the following content: