File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ 2018-09-15 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * docker/ci/Dockerfile: Move Dockerfile to docker/ci
4+ * docker/run/Dockerfile: Add deployment Dockerfile
5+
162018-09-02 Dirk Eddelbuettel <edd@debian.org>
27
38 * .travis.yml: Switch to rcpp/rcpp-testing container
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # # Emacs, make this -*- mode: sh; -*-
2+
3+ FROM rcpp/ci
4+
5+ LABEL org.label-schema.license=" GPL-2.0" \
6+ org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
7+ maintainer=" Dirk Eddelbuettel <edd@debian.org>"
8+
9+ # # If on CRAN, install the latest version from CRAN
10+ RUN install.r Rcpp
11+
12+ # # Alternatively, install from Github (after first installing remotes)
13+ # RUN install.r remotes && installGithub.r RcppCore/Rcpp
14+
15+ CMD [" bash" ]
You can’t perform that action at this time.
0 commit comments