Merge branch 'master' into jc-ubuntu-20

This commit is contained in:
Jonathan Curran 2020-04-27 14:42:44 -06:00
commit 1ee7cf5d5a
5 changed files with 3978 additions and 1187 deletions

View file

@ -6,7 +6,7 @@ RUN set -x \
&& sed -i "s|# deb-src|deb-src|g" /etc/apt/sources.list \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base wget python-pip ruby ruby-dev \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base libpcre2-dev wget python-pip ruby ruby-dev \
&& apt-get build-dep -y r-base
RUN pip install awscli

View file

@ -6,7 +6,7 @@ RUN set -x \
&& sed -i "s|# deb-src|deb-src|g" /etc/apt/sources.list \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base wget python-pip ruby ruby-dev \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base libpcre2-dev wget python-pip ruby ruby-dev \
&& apt-get build-dep -y r-base
RUN pip install awscli

View file

@ -40,7 +40,7 @@ archive_r() {
fetch_r_source() {
echo "Downloading R-${1}"
wget -q ${CRAN}/src/base/R-3/R-${1}.tar.gz -O /tmp/R-${1}.tar.gz
wget -q "${CRAN}/src/base/R-`echo ${1}| awk 'BEGIN {FS="."} {print $1}'`/R-${1}.tar.gz" -O /tmp/R-${1}.tar.gz
echo "Extracting R-${1}"
tar xf /tmp/R-${1}.tar.gz -C /tmp
rm /tmp/R-${1}.tar.gz

View file

@ -33,6 +33,7 @@ fpm \
-d libpango-1.0-0 \
-d libpangocairo-1.0-0 \
-d libpaper-utils \
-d libpcre2-8-0 \
-d libpcre3 \
-d libpng16-16 \
-d libreadline6 \

View file

@ -33,6 +33,7 @@ fpm \
-d libpango-1.0-0 \
-d libpangocairo-1.0-0 \
-d libpaper-utils \
-d libpcre2-8-0 \
-d libpcre3 \
-d libpng16-16 \
-d libreadline7 \