Skip to content

docker-compose up install fails due to missing dependencies #133

Closed
@hopeseekr

Description

@hopeseekr

The Problem

OS: Arch Linux x64, 4.18.12-arch1
Docker version: 18.06.1-ce
Docker-Compose version: 1.2..0

Running the command docker-compose up installer fails due to missing dependencies:

image

The Solution

First, run sh inside the image so that it can be troubleshooted:

docker run -it --entrypoint=sh -v $PWD/engine:/var/www/Minds/engine -v $PWD/front:/var/www/Minds/front -v $PWD/.dev:/.dev minds_installer

Second, run the commands one by one.

Third, add the appropriate commands for installing the missing dependencies using the apk command for the Alpine Linux container into the relevant Dockerfile.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions