We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerfile is failing with jessie backports.
Fix it by installing openjdk instead
openjdk-8-jre-headless # # install open-jdk and ca-certs from jessie-backports # && apt-get install -t jessie-backports -y --no-install-recommends openjdk-8-jre-headless ca-certificates-java \ # && apt-get clean \ # && rm -rf /var/lib/apt/lists/* \ # && /var/lib/dpkg/info/ca-certificates-java.postinst configure
java is needed by fits and likely by libreoffice
The text was updated successfully, but these errors were encountered:
Is there any reason we can't install a more current JRE? I believe at least LibreOffice isn't fussy about which version is installed.
Sorry, something went wrong.
FITS probably depends on Java 7 or 8. We are using an older version of FITS. See https://github.com/samvera/hyrax#prerequisites and harvard-lts/fits#140
No branches or pull requests
Dockerfile is failing with jessie backports.
Fix it by installing openjdk instead
java is needed by fits and likely by libreoffice
The text was updated successfully, but these errors were encountered: