Skip to content

Commit 5e8ec8d

Browse files
committed
also install git needed by covr
1 parent 59cd2e6 commit 5e8ec8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apt-get update \
1818
r-cran-httr \
1919
r-cran-lazyeval \
2020
r-cran-withr \
21+
git \
2122
&& install.r rbenchmark pinp covr \
2223
&& mkdir ~/.R \
2324
&& echo _R_CHECK_FORCE_SUGGESTS_=FALSE > ~/.R/check.Renviron

0 commit comments

Comments
 (0)