Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 069e32a + 57573de commit db49493Copy full SHA for db49493
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM colstrom/alpine:main
+FROM colstrom/alpine
2
3
RUN apk-install ruby \
4
&& echo "gem: --no-ri --no-rdoc" | tee /etc/gemrc \
README.md
@@ -1,9 +1,19 @@
-ruby
-====
+# ruby
An object-oriented language for quick and easy programming
5
6
-Included Gems
7
--------------
+## Tags
+
+* `latest` tracks the latest stable release of Ruby.
8
9
+## Included Gems
10
11
* bundler
12
13
+## License
14
15
+[MIT](https://tldrlegal.com/license/mit-license)
16
17
+## Contributors
18
19
+* [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/ChrisOlstrom)
0 commit comments