Closed
Description
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:
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
.