ifilonenko opened a new pull request #26753: [SPARK-30111] Apt-get update to 
fix debian issues
URL: https://github.com/apache/spark/pull/26753
 
 
   ### What changes were proposed in this pull request?
   Added apt-get update as per [docker 
best-practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get)
   
   ### Why are the changes needed?
   Builder is failing because:
   Without doing apt-get update, the APT lists get outdated and begins 
referring to package versions that no longer exist, hence the 404 trying to 
download them (Debian does not keep old versions in the archive when a package 
is updated).
   
   
   ### Does this PR introduce any user-facing change?
   no
   
   
   ### How was this patch tested?
   k8s builder
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to