Skip to content
Snippets Groups Projects
Unverified Commit 9b4d697a authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix r-base 4.0.2

parent 4b4f0b3a
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@ ENV R_DEPS g++ \
libexecinfo-dev \
file \
ttf-linux-libertine \
git
git \
openssl \
bash
RUN echo "http://ftp.acc.umu.se/mirror/alpinelinux.org/v3.11/main" > /etc/apk/repositories \
&& echo "http://ftp.acc.umu.se/mirror/alpinelinux.org/v3.11/community" >> /etc/apk/repositories \
......
#!/bin/sh
docker pull lbmc/r-base:4.0.2
docker build src/.docker_modules/r/4.0.2 -t 'lbmc/r-base:4.0.2'
docker build src/.docker_modules/r-base/4.0.2 -t 'lbmc/r-base:4.0.2'
docker push lbmc/r-base:4.0.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