Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Dockerfile tidy #139

Open
jayvdb opened this issue Mar 23, 2017 · 1 comment
Open

Keep Dockerfile tidy #139

jayvdb opened this issue Mar 23, 2017 · 1 comment

Comments

@jayvdb
Copy link
Member

jayvdb commented Mar 23, 2017

Due to aggressive deletion of unnecessary files, there are many explicit paths listed in the Dockerfile for deletion . They may not exist as the packages installed dynamically change.

At the moment, /usr/lib64/R/library/*/man/* no longer has any files, and should be removed.

To avoid scaring off newcomers, these shouldnt be build breakages, requiring immediate attention, but should be easy to find in the build logs and periodically remove.

@jayvdb
Copy link
Member Author

jayvdb commented Mar 25, 2017

I think we need a script which is shared between Travis and the docker , which has various sub-commands that can do various checks and cleanups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants