Skip to content

Commit d16a134

Browse files
committed
add curl and ssl -dev packages to ci Dockerfile
1 parent c77116d commit d16a134

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* inst/tinytest/test_misc.R: Add commented-out test that fails
66
* tests/tinytest.R: Minor edit
77

8+
* docker/ci/Dockerfile: Add curl and ssl -dev packages needed for covr
9+
810
2019-12-05 Dirk Eddelbuettel <[email protected]>
911

1012
* vignettes/rmd/Rcpp-FAQ.Rmd (Rcpp): Add entry about "'dataptr' (or

docker/ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ LABEL org.label-schema.license="GPL-2.0" \
88

99
RUN apt-get update \
1010
&& apt-get install -y --no-install-recommends \
11+
libcurl4-openssl-dev
12+
libssl-dev \
1113
r-cran-inline \
1214
r-cran-pkgkitten \
1315
git \

0 commit comments

Comments
 (0)