Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Coder CLI will not install on Alpine #2800

Closed
@wale

Description

@wale

The preinstall.sh script has a hard dependency on useradd, which is not included within Alpine's busybox utilities.

coder/preinstall.sh

Lines 8 to 13 in b1e4cfe

useradd \
--create-home \
--system \
--user-group \
--shell /bin/false \
$USER

With this, the Alpine .apk package will fail to install.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions