py-rocket-base v1.0.1
See v1.0.0 for package description
What's Changed
Desktop was not working since R installation scripts were removing needed applications. Fix involved:
- Change apt.txt to apt-extras.txt so that repo2docker does not recognize it
- Update appendix to process apt-extras.txt into a list of package names
- Install after R installation via apt-get
- Move the man database code below installation of packages in apt-extras.txt
- Create a mime directory so I don't have to do mkdir later to add desktop applications
Full Changelog: v1.0.0...v1.0.1