https://github.com/michaeltelford/alpine_ruby
An alpine linux & ruby docker image
https://github.com/michaeltelford/alpine_ruby
alpine-linux docker ruby
Last synced: about 2 months ago
JSON representation
An alpine linux & ruby docker image
- Host: GitHub
- URL: https://github.com/michaeltelford/alpine_ruby
- Owner: michaeltelford
- License: mit
- Created: 2018-08-29T12:43:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T13:23:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T23:34:03.385Z (over 1 year ago)
- Topics: alpine-linux, docker, ruby
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alpine Ruby
Provides a `Dockerfile` from which alpine linux with ruby docker images can be built.
Includes the necessary linux packages to build native gems like `nokogiri` etc. Plus a few nice-to-haves during development e.g. `curl` etc.
## Versions
The latest of both ruby and alpine will be used.
Simply update the `Dockerfile` for specific versions.
## Usage
Either copy and paste the Dockerfile contents and modify for your own needs; or build the image, push to a registry and inherit from it in your own images.