Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amkisko/docker-alpine-rbenv-nodenv


https://github.com/amkisko/docker-alpine-rbenv-nodenv

Last synced: about 2 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Docker Alpine with rbenv and nodenv

DockerHub: https://hub.docker.com/r/amkisko/alpine-rbenv-nodenv

## Usage

```dockerfile
FROM amkisko/alpine-rbenv-nodenv

RUN nodenv install 16.0.0
RUN rbenv install 3.1.0

RUN echo "Hello!"
```