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

Add an Alpine variant. #107

Closed
wants to merge 4 commits into from
Closed

Add an Alpine variant. #107

wants to merge 4 commits into from

Commits on Feb 26, 2016

  1. Add an Alpine variant.

    Sébastien HOUZÉ committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    4ff53f4 View commit details
    Browse the repository at this point in the history
  2. Give it a try on edge.

    Sébastien HOUZÉ committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    314ae20 View commit details
    Browse the repository at this point in the history
  3. Improve download and install of dependencies

    Since we delete the cache at the end we can just drop the `--no-cache`
    and avoid downloadind the APKINDEX for every `apk` run.
    
    We also autodetect the runtime dependencies using `scanelf` and protect
    them using `--virtual`.
    ncopa committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    0ed4d47 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from ncopa/issue/46-fixes

    Improve download and install of dependencies
    shouze committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    1b1506c View commit details
    Browse the repository at this point in the history