Add libopenblas to Ubuntu/Debian

Not necessary to add, but safer since R checks for BLAS compatibility
at configure time.
This commit is contained in:
Greg Lin 2019-06-27 13:26:45 -05:00
commit 799d8b829e
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ RUN set -x \
&& export DEBIAN_FRONTEND=noninteractive \
&& echo 'deb-src http://deb.debian.org/debian stretch main' >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y libcurl4-openssl-dev libicu-dev wget python-pip \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base wget python-pip \
&& 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 wget python-pip \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base wget python-pip \
&& 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 wget python-pip \
&& apt-get install -y libcurl4-openssl-dev libicu-dev libopenblas-base wget python-pip \
&& apt-get build-dep -y r-base
RUN pip install awscli