cartridge-legacy icon indicating copy to clipboard operation
cartridge-legacy copied to clipboard

Docker build fails

Open zeus86 opened this issue 2 years ago • 1 comments

unfortunately on ubuntu 20.04 the build fails inside the composer-build-stage:

Installing Composer dependencies...

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 112 installs, 0 updates, 0 removals
  - Downloading laminas/laminas-zendframework-bridge (1.1.1)
  - Downloading laminas/laminas-eventmanager (3.3.0)
[...]
  - 
 105/112 [==========================>-]  93%
 112/112 [============================] 100%
Generating optimized autoload files
77 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Installing Node dependencies...

Killed
The command '/bin/sh -c echo "Installing Composer dependencies...\n"     && composer install         --ignore-platform-reqs         --no-interaction         --no-plugins         --no-scripts         --prefer-dist     && echo "Installing Node dependencies...\n"     && npm install     && echo "Running migrations...\n"     && npm run production' returned a non-zero code: 137

...by the way, is this project still active?

zeus86 avatar Apr 24 '22 13:04 zeus86

I definitely appreciate the interest. This isn't currently quite ready to spin up for testing. Most of the groundwork is in, but I still need to make a UI to manage the collection and fix game matches. Currently the only way to match games is the exact ROM title with the directory being used to identify platforms. I wish I could give a timeline but it's been difficult to put in the work recently. Hopefully I'll have something rolling along soon!

jamjnsn avatar Jul 13 '22 02:07 jamjnsn