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

r-bse 4.1.2

parent 12cbc2ce
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.15
MAINTAINER Lauret Modolo
ENV R_PKGS R=~4.1.2 \
R-mathlib=~4.1.2 \
R-dev=~4.1.2 \
R-doc=~4.1.2
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.1.2
# docker build src/.docker_modules/r-base/4.1.2 -t 'lbmc/r-base:4.1.2'
# docker push lbmc/r-base:4.1.2
docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/r-base:4.1.2" --push src/.docker_modules/r-base/4.1.2
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