Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-3366: [R] Dockerfile for docker-compose setup #2770

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Fixed comment text in R Dockerfile
  • Loading branch information
jameslamb committed Nov 17, 2018
commit 4a7112b25824fe09a2d134e61de7e89136e776fc
2 changes: 1 addition & 1 deletion r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt install -y \
apt install -y \
libgit2-dev \
libssl-dev && \
# Install vctrs from CRAN
# Install vctrs from Github
Rscript -e "install.packages('devtools', repos = 'http://cran.rstudio.com')" && \
Rscript -e "devtools::install_github('r-lib/vctrs')" && \
# R is not good at picking up dependencies and installing them automatically
Expand Down