Skip to content

Instructions for usage within Alpine Linux #18

Open
@drfuzzyness

Description

For future readers who encounter errors like: find: unrecognized: -newermt or environment: line 37: psql: command not found when running the solvable_files.sh script, Alpine Linux (common Docker container distro) is missing two packages you'll need to run this script.

apk update
apk add findutils bash postgresql-client sudo

EDIT: If you're using MySQL as your database instead of Postgres, you'll need:

apk update
apk add findutils bash mysql-client sudo 

Thanks bavarialogy!

Hopefully this helps someone looking at this in the future!

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