File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change
1
+ 2021-11-15 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * docker/ci/Dockerfile: Minor cleanup
4
+
1
5
2021-11-14 Dirk Eddelbuettel <
[email protected] >
2
6
3
7
* R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X
Original file line number Diff line number Diff line change 1
1
# # Emacs, make this -*- mode: sh; -*-
2
2
3
3
FROM r-base:latest
4
- # FROM rocker/r-base:4.0.0
5
4
6
5
LABEL org.label-schema.license=" GPL-2.0" \
7
6
org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
@@ -16,13 +15,6 @@ RUN apt-get update \
16
15
git \
17
16
&& install.r covr rbenchmark tinytest
18
17
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
25
-
26
18
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
27
19
ENV _R_CHECK_TESTS_NLINES_ 0
28
20
ENV RunAllRcppTests yes
You can’t perform that action at this time.
0 commit comments