Skip to content
New issue

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 fix #60

Closed
anusharanganathan opened this issue Apr 4, 2019 · 2 comments
Closed

Dockerfile fix #60

anusharanganathan opened this issue Apr 4, 2019 · 2 comments

Comments

@anusharanganathan
Copy link
Collaborator

anusharanganathan commented Apr 4, 2019

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

@Steven-Eardley
Copy link
Collaborator

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.

@anusharanganathan
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants