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 bc0b356 commit f7d317cCopy full SHA for f7d317c
README.md
@@ -45,6 +45,7 @@ dockerized <command>
45
- python
46
- python2
47
- ruby
48
+ - rake
49
- rust
50
- rustc
51
- prolog
docker-compose.yml
@@ -123,9 +123,12 @@ services:
123
pip:
124
<<: *python
125
entrypoint: [ "pip" ]
126
- ruby:
+ ruby: &ruby
127
image: "ruby:${RUBY_VERSION}"
128
entrypoint: [ "ruby" ]
129
+ rake:
130
+ <<: *ruby
131
+ entrypoint: [ "rake" ]
132
rustc:
133
image: "rust:${RUST_VERSION}"
134
entrypoint: [ "rustc" ]
0 commit comments