zhengruifeng commented on code in PR #48489:
URL: https://github.com/apache/spark/pull/48489#discussion_r1802236313
##########
dev/infra/Dockerfile:
##########
@@ -152,6 +152,6 @@ RUN python3.13 -m pip install lxml numpy>=2.1 && \
python3.13 -m pip cache purge
# Remove unused installation packages to free up disk space
-RUN apt-get remove --purge -y 'gfortran-11' 'humanity-icon-theme' 'nodejs-doc'
|| true
Review Comment:
remove `|| true` to avoid silent failure
--
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]