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

install ALPINE_BASE_PKGS first if requested #26

Merged
merged 1 commit into from
Aug 20, 2023

Commits on Aug 20, 2023

  1. Install ALPINE_BASE_PKGS first if requested

    When a package has a pre-install script that adds users, the pre-install
    actually requires alpine-baselayout-data/busybox to successfully work,
    but this dependency isn't written anywhere.
    
    After bringing this up on IRC rather than adding the dependency everywhere
    it was decided to make sure alpine-baselayout is installed first instead,
    so do this.
    
    --initdb can be used multiple times with no ill side effects, but
    --updatedb is annoying and not actually useful (will automatically
    refresh every 4 hours, but starting from an empty directory it'll
    always fetch it anyway), so just remove it.
    
    Co-Authored-By: Jakub Jirutka <[email protected]>
    martinetd and jirutka committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c7fa42d View commit details
    Browse the repository at this point in the history