Skip to content

Commit 75cac89

Browse files
committed
[SPARK-28752][BUILD][FOLLOWUP] Upgrade to Ruby 2.5 for rouge
1 parent fd2bf55 commit 75cac89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/create-release/spark-rm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN apt-get clean && apt-get update && $APT_INSTALL gnupg ca-certificates && \
7777
Rscript -e "install.packages(c('curl', 'xml2', 'httr', 'devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2', 'e1071', 'survival'), repos='https://cloud.r-project.org/')" && \
7878
Rscript -e "devtools::install_github('jimhester/lintr')" && \
7979
# Install tools needed to build the documentation.
80-
$APT_INSTALL ruby2.3 ruby2.3-dev mkdocs && \
80+
$APT_INSTALL ruby ruby-dev mkdocs && \
8181
gem install jekyll --no-rdoc --no-ri -v 3.8.6 && \
8282
gem install jekyll-redirect-from && \
8383
gem install rogue

0 commit comments

Comments
 (0)