parabuzzle / craneoperator

Gives you a simple web interface for browsing around a Docker Registry
https://hub.docker.com/r/parabuzzle/craneoperator
MIT License
127 stars 32 forks source link

build image docker error #72

Open sicute opened 2 years ago

sicute commented 2 years ago

i try rebuild docker image from source code

#9 72.05 info fsevents@1.2.13: The platform "linux" is incompatible with this module.
#9 72.05 info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
#9 72.06 error sockjs-client@1.6.1: The engine "node" is incompatible with this module. Expected version ">=12".
#9 72.06 error Found incompatible module
#9 72.06 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
----
executor failed running [/bin/sh -c apk add --update nodejs g++ musl-dev make linux-headers yarn &&     yarn install &&     node_modules/.bin/webpack &&     rm -rf node_modules &&     bundle install --deployment &&     apk del nodejs g++ musl-dev make linux-headers]: exit code: 1