Skip to content

Error while Installing with Docker #492

@nhern7

Description

@nhern7

On Ubuntu 22.04.5 LTS (WSL), the "docker compose up" step fails.

Image

Cause seems to be that script uses bash syntax incompatible with the currently set interpreter (/bin/sh). A fix would be to change the shebang line to explicitly use bash. Alternatively, could rewrite the script to be POSIX-compliant so the current shebang works.

I can create a pull for this, if desired.

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