Yikun commented on code in PR #41918:
URL: https://github.com/apache/spark/pull/41918#discussion_r1258316980


##########
dev/infra/Dockerfile:
##########
@@ -55,10 +55,9 @@ RUN $APT_INSTALL r-base libcurl4-openssl-dev qpdf libssl-dev 
zlib1g-dev
 RUN Rscript -e "install.packages(c('knitr', 'markdown', 'rmarkdown', 
'testthat', 'devtools', 'e1071', 'survival', 'arrow', 'roxygen2', 'xml2'), 
repos='https://cloud.r-project.org/')"
 
 # See more in SPARK-39959, roxygen2 < 7.2.1
-RUN apt-get install -y libcurl4-openssl-dev libgit2-dev libssl-dev libxml2-dev 
\
+RUN apt-get install -y libgit2-dev libssl-dev libxml2-dev \

Review Comment:
   The cache will be invalidated if you change the line. the `apt update` is 
only to refresh ubuntu package list (local copy).



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