matrix-hacks / matrix-puppet-facebook

a puppetted facebook bridge
98 stars 21 forks source link

Have the Dockerfile install git #58

Closed WhyKickAmooCow closed 5 years ago

WhyKickAmooCow commented 5 years ago

Currently when building the Docker image, it fails on npm install due to the lack of git. Installing git to the image before running npm install fixes this issue, resulting in a successful build.

thomas-profitt commented 5 years ago

Good catch.

Others have had this issue after Dockerizing other bridges basing them off node alpine instead of the default debian-based image, thanks for addressing it.