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

Fixing minor Dockerfile style issues & command reorder #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sporkmonger
Copy link

@sporkmonger sporkmonger commented Jun 24, 2018

Current order causes an error during first update due to an unsigned source (because the key isn't introduced until a few lines later).
Changes the ADD command to the preferred COPY command. ADD should not be used anywhere COPY would suffice.

Current order causes an error during first update due to an unsigned source (because the key isn't introduce until a few lines later).
Changes the ADD command to the preferred COPY command. ADD should not be used anywhere COPY would suffice.
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.

1 participant