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 dfdc667db9a6cf4435336efe687bba0b7d201234
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Tue Aug 27 18:07:05 2024 +0900

    [SPARK-49402][PYTHON][FOLLOW-UP] Fix Binder integration in PySpark 
documentation
    
    Followup PR to change JRE version from 8 to 11
    
    Authored-by: Hyukjin Kwon <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
    (cherry picked from commit 9fc1e05)
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 binder/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binder/Dockerfile b/binder/Dockerfile
index daa9d2d76c39..794eb7f0d2e9 100644
--- a/binder/Dockerfile
+++ b/binder/Dockerfile
@@ -38,7 +38,7 @@ 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
+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
 USER ${NB_USER}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to