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

Reorder Dockerfile for performance #305

Merged
merged 1 commit into from
Oct 6, 2018

Commits on Oct 5, 2018

  1. reorder Dockerfile for performance

    it's better to install/build whipper at the end of the Dockerfile,
    because it will allow us to cache costly operations like locale-gen
    while rebuilding with new source changes.
    anarcat committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    dad3b6e View commit details
    Browse the repository at this point in the history