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

Adds additional Docker layer #14

Open
danlemmond opened this issue Dec 13, 2018 · 1 comment
Open

Adds additional Docker layer #14

danlemmond opened this issue Dec 13, 2018 · 1 comment

Comments

@danlemmond
Copy link
Contributor

RUN go install -v ./...

Each instruction in a Dockerfile adds an additional layer to the output image, as referenced in the multi-part build documentation. You should try to combine the two RUN instructions into a single && based line to avoid adding an unnecessary layer to your Docker image.

@danlemmond
Copy link
Contributor Author

This is fixed by #26

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

No branches or pull requests

1 participant