Skip to content

Commit 3443781

Browse files
committed
minor edits to Dockerfile
1 parent c1f868d commit 3443781

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-11-15 Dirk Eddelbuettel <[email protected]>
2+
3+
* docker/ci/Dockerfile: Minor cleanup
4+
15
2021-11-14 Dirk Eddelbuettel <[email protected]>
26

37
* R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X

docker/ci/Dockerfile

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

33
FROM r-base:latest
4-
#FROM rocker/r-base:4.0.0
54

65
LABEL org.label-schema.license="GPL-2.0" \
76
org.label-schema.vcs-url="https://github.com/RcppCore/Rcpp" \
@@ -16,13 +15,6 @@ RUN apt-get update \
1615
git \
1716
&& install.r covr rbenchmark tinytest
1817

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-
2618
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
2719
ENV _R_CHECK_TESTS_NLINES_ 0
2820
ENV RunAllRcppTests yes

0 commit comments

Comments
 (0)