Skip to content
Snippets Groups Projects
Verified Commit ead3fe96 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

docker: add r 4.0.3

parent 61d6bb79
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.13.1
MAINTAINER Lauret Modolo
ENV R_PKGS R=~4.0.3 \
R-mathlib=~4.0.3 \
R-dev=~4.0.3 \
R-doc=~4.0.3
ENV R_DEPS g++ \
libxml2-dev \
make \
cmake \
linux-headers \
cairo-dev \
libxmu-dev \
pango-dev \
perl \
tiff-dev \
icu-dev \
libjpeg-turbo \
pcre-dev \
readline-dev \
libexecinfo-dev \
file \
ttf-linux-libertine \
git \
openssl \
autoconf \
automake \
libuv \
http-parser \
tzdata \
libgit2-dev \
bash
RUN apk add --update --no-cache ${R_PKGS} ${R_DEPS}
#!/bin/sh
docker pull lbmc/r-base:4.0.3
docker build src/.docker_modules/r-base/4.0.3 -t 'lbmc/r-base:4.0.3'
docker push lbmc/r-base:4.0.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment