Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amkisko/docker-alpine-rbenv-nodenv
https://github.com/amkisko/docker-alpine-rbenv-nodenv
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/amkisko/docker-alpine-rbenv-nodenv
- Owner: amkisko
- Created: 2022-05-04T09:25:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T11:11:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T05:06:44.458Z (16 days ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-nodenvRUN nodenv install 16.0.0
RUN rbenv install 3.1.0RUN echo "Hello!"
```