Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiskolabs/docker-debian-rbenv-nodenv


https://github.com/kiskolabs/docker-debian-rbenv-nodenv

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Docker Debian with rbenv and nodenv

Image: https://hub.docker.com/r/kiskolabs/debian-rbenv-nodenv

## Usage

```dockerfile
FROM kiskolabs/debian-rbenv-nodenv

RUN nodenv install 16.0.0
RUN rbenv install 3.1.0

RUN echo "Hello!"
```