Skip to content

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