From a210b387f2c21c21ae232e70b60ab07932fb6fbb Mon Sep 17 00:00:00 2001 From: EGI-ILM Date: Wed, 28 Jun 2023 11:50:58 +0200 Subject: [PATCH] Added JDK (see SBD#25226) --- single-user-scientometrics-d4science/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/single-user-scientometrics-d4science/Dockerfile b/single-user-scientometrics-d4science/Dockerfile index 2b715565..d8211f9e 100644 --- a/single-user-scientometrics-d4science/Dockerfile +++ b/single-user-scientometrics-d4science/Dockerfile @@ -22,7 +22,10 @@ USER $NB_UID # ------------------------------- RUN mamba install -y --quiet \ - libmambapy + libmambapy \ + pyspark \ + openjdk=8 \ + && conda clean --all RUN pip install --no-cache-dir \ affine==2.4.0 \ @@ -171,7 +174,6 @@ RUN pip install --no-cache-dir \ pyproj==3.5.0 \ pyrsistent \ PySocks \ - pyspark==3.4.0 \ python-dateutil \ python-dotenv==1.0.0 \ python-json-logger \