r-base plus additional dev tooling
10K+
r-base plus some additional development tools and helpers. Refer to the r-base docs for usage details.
Adds:
The images are huge and contain a lot of packages - don't use them for production workloads!
This is a spare-time, no-cost project and it's in no way meant to run production workloads.
r-base isn't updated often and usually contains a couple of known possible vulnerabilities.
FROM r-base:4.5.0@sha256:c8a0e25cc45f084ae2d9d48aabd6b70bf4d1e0b89417bd21b60af3a6d2fe454e
RUN apt-get update && \
apt-get install -y --no-install-recommends \
apt-transport-https \
ca-certificates \
curl \
git \
build-essential \
libcurl4-openssl-dev \
libssl-dev \
libxml2-dev \
r-base \
libfontconfig1-dev \
libharfbuzz-dev \
libfribidi-dev \
libfreetype6-dev \
libpng-dev \
libtiff5-dev \
libjpeg-dev \
&& \
r -q -e 'install.packages("languageserver")' && \
r -q -e 'install.packages("devtools")' && \
:
Content type
Image
Digest
sha256:60a57d638…
Size
618.4 MB
Last updated
over 1 year ago
docker pull blacksnowflake/r-base-dev