Use gcc-8 on Ubuntu 18.04

To address #153 on Ubuntu 18.04.
This commit is contained in:
Gábor Csárdi 2023-02-02 06:42:00 -08:00
commit 9b2fecd9e2

View file

@ -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