This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to tag v3.4.3
in repository https://gitbox.apache.org/repos/asf/spark.git

commit a9e3ddf43d515e3de3d8205f61c6fa7525811bbe
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Tue Aug 27 18:29:37 2024 +0900

    [SPARK-49402][PYTHON][FOLLOW-UP] Fix Binder integration in PySpark 
documentation
    
    Followup PR to change JRE version from 8 to 17
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
    (cherry picked from commit 9fc1e05)
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 binder/Dockerfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/binder/Dockerfile b/binder/Dockerfile
index 794eb7f0d2e9..6e3dd9155fb7 100644
--- a/binder/Dockerfile
+++ b/binder/Dockerfile
@@ -36,11 +36,7 @@ USER ${USER}
 COPY . ${HOME}
 USER root
 RUN chown -R ${NB_UID} ${HOME}
-
-# To solve add-apt-repository : command not found
-RUN apt-get update && apt-get install -y software-properties-common 
python3-launchpadlib
-RUN add-apt-repository ppa:openjdk-r/ppa
-RUN apt-get update && apt-get install -y openjdk-8-jre git coreutils
+RUN apt-get update && apt-get install -y openjdk-17-jre git coreutils
 USER ${NB_USER}
 
 RUN binder/postBuild


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to