Yikun opened a new pull request, #47:
URL: https://github.com/apache/spark-docker/pull/47

   ### What changes were proposed in this pull request?
   This patch change `apt` to `apt-get` and also remove useless `rm -rf 
/var/cache/apt/*; \`.
   And also apply the change to 3.4.0 and 3.4.1
   
   ### Why are the changes needed?
   Address comments from DOI:
   - `apt install ...`, This should be apt-get (apt is not intended for 
unattended use, as the warning during build makes clear).
   - `rm -rf /var/cache/apt/*; \` This is harmless, but should be unnecessary 
(the base image configuration already makes sure this directory stays empty).
   
   See more in:
   [1] 
https://github.com/docker-library/official-images/pull/13089#issuecomment-1601813499
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   CI passed
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to