Fix R-devel compilation on OpenSUSE

By using newer compilers.
This commit is contained in:
Gábor Csárdi 2023-02-07 21:06:17 +01:00
commit 2b79717fba

View file

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