Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiskolabs/docker-debian-rbenv-nodenv
https://github.com/kiskolabs/docker-debian-rbenv-nodenv
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiskolabs/docker-debian-rbenv-nodenv
- Owner: kiskolabs
- Created: 2022-05-05T13:01:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T16:37:22.000Z (about 1 year ago)
- Last Synced: 2024-03-25T21:24:13.945Z (8 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-nodenvRUN nodenv install 16.0.0
RUN rbenv install 3.1.0RUN echo "Hello!"
```