zhengruifeng commented on code in PR #41918:
URL: https://github.com/apache/spark/pull/41918#discussion_r1257999029
##########
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:
thanks let me have a try.
But if we add `apt update` here, does it means that the cache will be
disabled from L58?
--
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]