parent
b67a78e39e
commit
9b2fecd9e2
1 changed files with 12 additions and 4 deletions
|
|
@ -7,7 +7,8 @@ RUN set -x \
|
|||
&& export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y curl libcurl4-openssl-dev libicu-dev libopenblas-base libpcre2-dev wget python-pip \
|
||||
&& apt-get build-dep -y r-base
|
||||
&& apt-get build-dep -y r-base \
|
||||
&& apt-get install -y gcc-8 g++-8 gfortran-8
|
||||
|
||||
RUN pip install awscli
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue