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.
1 parent f7d317c commit 7ebbfaeCopy full SHA for 7ebbfae
README.md
@@ -45,6 +45,7 @@ dockerized <command>
45
- python
46
- python2
47
- ruby
48
+ - gem
49
- rake
50
- rust
51
- rustc
docker-compose.yml
@@ -129,6 +129,9 @@ services:
129
rake:
130
<<: *ruby
131
entrypoint: [ "rake" ]
132
+ gem:
133
+ <<: *ruby
134
+ entrypoint: [ "gem" ]
135
rustc:
136
image: "rust:${RUST_VERSION}"
137
entrypoint: [ "rustc" ]
0 commit comments