Skip to content

Commit 97222bb

Browse files
committed
small updates to two Dockerfiles
1 parent 653b4ae commit 97222bb

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2020-06-27 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* docker/ci/Dockerfile: Revert back to standard r-base container
4+
* docker/plus/Dockerfile: Also install bit64
5+
16
2020-06-19 Dirk Eddelbuettel <edd@debian.org>
27

38
* .travis.yml: Determine package name and version from DESCRIPTION,

docker/ci/Dockerfile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
## Emacs, make this -*- mode: sh; -*-
22

3-
#FROM r-base:latest
4-
FROM rocker/r-base:4.0.0
3+
FROM r-base:latest
4+
#FROM rocker/r-base:4.0.0
55

66
LABEL org.label-schema.license="GPL-2.0" \
77
org.label-schema.vcs-url="https://github.com/RcppCore/Rcpp" \
88
maintainer="Dirk Eddelbuettel <edd@debian.org>"
99

10-
# RUN apt-get update \
11-
# && apt-get install -y --no-install-recommends \
12-
# libcurl4-openssl-dev \
13-
# libssl-dev \
14-
# r-cran-inline \
15-
# r-cran-pkgkitten \
16-
# git \
17-
# && install.r covr rbenchmark tinytest
18-
1910
RUN apt-get update \
20-
&& apt-get install -y --no-install-recommends \
21-
libcurl4-openssl-dev \
22-
libssl-dev \
23-
git \
24-
&& install.r covr inline pkgKitten rbenchmark tinytest
11+
&& apt-get install -y --no-install-recommends \
12+
libcurl4-openssl-dev \
13+
libssl-dev \
14+
r-cran-inline \
15+
r-cran-pkgkitten \
16+
git \
17+
&& install.r covr rbenchmark tinytest
18+
19+
#RUN apt-get update \
20+
# && apt-get install -y --no-install-recommends \
21+
# libcurl4-openssl-dev \
22+
# libssl-dev \
23+
# git \
24+
# && install.r covr inline pkgKitten rbenchmark tinytest
2525

2626
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
2727
ENV _R_CHECK_TESTS_NLINES_ 0

docker/plus/Dockerfile

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

99
RUN apt-get update \
1010
&& apt-get install -y --no-install-recommends \
11+
r-cran-bit64 \
1112
r-cran-curl \
1213
r-cran-httr \
1314
r-cran-knitr \

0 commit comments

Comments
 (0)