5 lines
No EOL
174 B
Shell
5 lines
No EOL
174 B
Shell
docker run --rm -it --platform linux/arm64 ubuntu:noble bash
|
|
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
apt update && apt install -y r-base-core
|
|
R -q -e 'install.packages("<pkg>" |