This commit is contained in:
Jonathan Curran 2020-04-27 14:45:48 -06:00
commit 9471eaab3b
2 changed files with 3 additions and 2 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 python3-pip ruby ruby-dev \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base libpcre2-dev wget python3-pip ruby ruby-dev \
&& apt-get build-dep -y r-base
RUN pip3 install awscli

View file

@ -9,7 +9,7 @@ fpm \
-t deb \
-v 1 \
-n R-${R_VERSION} \
--vendor "RStudio PBC" \
--vendor "RStudio, PBC" \
--deb-priority "optional" \
--deb-field 'Bugs: https://github.com/rstudio/r-builds/issues' \
--url "http://www.r-project.org/" \
@ -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 libreadline8 \