HelikarLab / candis

:ribbon: A data mining suite for gene expression data.
http://candis.readthedocs.io
GNU General Public License v3.0
27 stars 25 forks source link

Not able to build image #179

Closed promehul closed 5 years ago

promehul commented 5 years ago

Describe the bug When I try to build app image using docker-compose build, the build fails with error E: Package 'oracle-java8-installer' has no installation candidate ERROR: Service 'app' failed to build: The command '/bin/sh -c apt-get install -y --no-install-recommends oracle-java8-installer' returned a non-zero code: 100

To Reproduce Steps to reproduce the behavior:

  1. docker-compose build

Screenshots image

promehul commented 5 years ago

@achillesrasquinha seems a pretty serious issue to me. Should we use openjdk:8-jre-alpine image for java or directly install it in our Dockerfile?

promehul commented 5 years ago

Or should we shift to java11?

promehul commented 5 years ago

Found a way to do it and I have it running. This was the only way I could found