Skip to content

Conversation

@pblittle
Copy link
Owner

  • Consolidated apt-get commands
  • Updated README.md to include additional examples
  • Created a Procfile for quickly creating/testing a linked environment. Usage notes in the file comments.

Dockerfile Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you should use DEBIAN_FRONTEND=noninteractive as people who build FROM this image will get unexpected behavior.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ianks I know that calling ENV DEBIAN_FRONTEND=noninteractive in your Dockerfile can potentially cause persistence issues, but I didn't realize that setting it inline was a problem:

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install

Do you mind elaborating?

pblittle pushed a commit that referenced this pull request Sep 20, 2014
@pblittle pblittle merged commit 0d7e2ed into develop Sep 20, 2014
@pblittle pblittle deleted the feature/consolitate-apt-commands branch September 20, 2014 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants