Minds / engine

mirror of https://gitlab.com/minds/engine
https://minds.com
GNU Affero General Public License v3.0
200 stars 94 forks source link

(#133) Fixed the `docker-compose up installer`. #26

Open hopeseekr opened 6 years ago

hopeseekr commented 6 years ago

The Problem was that the inherited docker image no longer contains the packages for git and npm.

The Solution was to edit the relevant Dockerfile and install them via apk.

Fixes Minds/minds#133


This change is Reviewable