Skip to content

Sanitization and tidy up of Dockerfile#4

Merged
tiagofilipe12 merged 1 commit intobionode:masterfrom
ODiogoSilva:master
Aug 10, 2017
Merged

Sanitization and tidy up of Dockerfile#4
tiagofilipe12 merged 1 commit intobionode:masterfrom
ODiogoSilva:master

Conversation

@ODiogoSilva
Copy link
Contributor

Made some changes so that the Dockerfile better adheres the dockerfile best practices (https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/).

The setup of third party applications (bowtie2, bwa, etc) is no longer performed directly on /bin. Instead, temporary packages and compilations are done in /tmp/, the relevant binaries are moved to /usr/bin/ and all else is removed at the end.

Also changed final working directory to be under /home instead of /bin.

Copy link
Member

@tiagofilipe12 tiagofilipe12 left a comment

Choose a reason for hiding this comment

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

This is a nice cleanup on the dockerfile. Thank you! 👍

@tiagofilipe12 tiagofilipe12 merged commit c2548ff into bionode:master Aug 10, 2017
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.

2 participants