I'm switching my development environment over to Docker (I used to have native macOs packages instead) and it seems that the basic docker install with ubuntu does not have a number of basic packages. So far I have included the following:
- a text editor (vim and nano)
- perlbrew (since I doing some testing on various versions)
- patch (needed for perlbrew)
Wondering if others have tools that they install that we should to get a more reasonable development environment. I'm happy to put together a PR to update this.
I'm switching my development environment over to Docker (I used to have native macOs packages instead) and it seems that the basic docker install with ubuntu does not have a number of basic packages. So far I have included the following:
Wondering if others have tools that they install that we should to get a more reasonable development environment. I'm happy to put together a PR to update this.