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

Dockerfile improvements #291

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

maxim-belkin
Copy link
Contributor

@maxim-belkin maxim-belkin commented Oct 14, 2020

Dockerfile:

  • set name, version, and maintainer labels
  • set DEBIAN_FRONTEND to noninteractive
  • use --no-install-recommends flag for apt-get install
  • sort installed packages alphabetically
  • add automake and python2.7 packages
  • properly clean up apt's cache
  • move &&s to the beginning of lines for consistency
  • Remove unnecessary mkdir -p /images/test/

configure.ac:

  • Limit allowed Python versions to 2.7, 2.6, and 2.

@coveralls
Copy link

coveralls commented Oct 14, 2020

Coverage Status

Coverage remained the same at 78.562% when pulling 5650236 on maxim-belkin:Dockerfile-improvements into 0cb62af on NERSC:master.

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

Successfully merging this pull request may close these issues.

3 participants