6 lines
No EOL
146 B
Shell
6 lines
No EOL
146 B
Shell
docker run --rm -it almalinux/9 bash
|
|
|
|
dnf install -y epel-release
|
|
dnf config-manager --set-enabled crb
|
|
|
|
dnf install -y -q R R-devel libcurl-devel |