Fix R-devel compilation on OpenSUSE
By using newer compilers.
This commit is contained in:
parent
012d50b99b
commit
2b79717fba
1 changed files with 24 additions and 6 deletions
|
|
@ -15,6 +15,9 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
|||
gcc \
|
||||
gcc-c++ \
|
||||
gcc-fortran \
|
||||
gcc8 \
|
||||
gcc8-c++ \
|
||||
gcc8-fortran \
|
||||
glib2-devel \
|
||||
glibc-locale \
|
||||
help2man \
|
||||
|
|
|
|||
Loading…
Reference in a new issue