dbmi-pitt / dbmi-annotator

based on annotator.js, an annotation framework enable user account and annotation permission management and templating annotation plugin in biomedical domain.
Apache License 2.0
4 stars 5 forks source link

Error while trying to run docker-compose up #232

Open evgakis opened 4 years ago

evgakis commented 4 years ago

When I try to run the command docker-compose up I get the error Err http://archive.ubuntu.com wily/main Sources ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update' returned a non-zero code: 100

If I change the Ubuntu version in Dockerfile to 16.04 I get the error ERROR: Service 'web' failed to build: The command '/bin/sh -c npm install -g npm RUN update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10' returned a non-zero code: 254

Could anybody help with that?