Yikun commented on code in PR #41918:
URL: https://github.com/apache/spark/pull/41918#discussion_r1257947508
##########
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:
We need to add `apt update` in here:
- L1-L57 are using cache layers
- L58 changed, so that will reinstall but still use the old apt update
results (L37), so CI failed.
--
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]