You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/27 02:58:31 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27966: [SPARK-31200][k8s] Switch https for debian mirrors, to avoid Mirror sync i…

dongjoon-hyun commented on a change in pull request #27966: [SPARK-31200][k8s] Switch https for debian mirrors, to avoid Mirror sync i…
URL: https://github.com/apache/spark/pull/27966#discussion_r399004900
 
 

 ##########
 File path: resource-managers/kubernetes/docker/src/main/dockerfiles/spark/Dockerfile
 ##########
 @@ -27,6 +27,9 @@ ARG spark_uid=185
 # of the Spark distribution. E.g.:
 # docker build -t spark:latest -f kubernetes/dockerfiles/spark/Dockerfile .
 
+RUN echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list && \
+    echo 'deb-src https://deb.debian.org/debian buster main' >>/etc/apt/sources.list
 
 Review comment:
   nit. 
   - `>/etc/apt/sources.list` -> `> /etc/apt/sources.list`
   - `>>/etc/apt/sources.list` -> `>> /etc/apt/sources.list`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org