An open API service indexing awesome lists of open source software.

https://github.com/cynkra/rig-ubuntu

A Docker image with R release and devel installed via rig, based on Ubuntu
https://github.com/cynkra/rig-ubuntu

Last synced: 3 months ago
JSON representation

A Docker image with R release and devel installed via rig, based on Ubuntu

Awesome Lists containing this project

README

          

# rig-ubuntu

A Docker image with R release and devel installed via [rig](https://github.com/r-lib/rig/), built daily at midnight UTC.

## Usage

```sh
docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/cynkra/rig-ubuntu:main
```

This mounts the current working directory at `~/workspace`, which is also initial starting directory of the image.

## In a Dockerfile

```dockerfile
FROM ghcr.io/cynkra/rig-ubuntu:main
```