Dallas-Makerspace / Inventory

An inventory management system designed for the Dallas Makerspace
http://dallasmakerspace.org
GNU Affero General Public License v3.0
47 stars 25 forks source link

Issues with Dockerfile #7

Open RyanMorash opened 3 years ago

RyanMorash commented 3 years ago

There are two issues with the dockerfile that are preventing the docker image from being built.

  1. The 'nodejs-legacy' package that is called to be installed by apt-get has no installation candidate. Since I did not see any dependence on Node.js, I simply removed it from my local dockerfile.
  2. HHVM has deprecated support for PHP (https://hhvm.com/blog/2018/09/12/end-of-php-support-future-of-hack.html) and as this image is built from hhvm/hhvm-proxygen:latest, the Composer install fails.