Skip to content

Commit 3927855

Browse files
Merge pull request #6 from proton/add-ruby
Add Ruby
2 parents caad60d + d824c49 commit 3927855

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ services:
119119
pip:
120120
<<: *python
121121
entrypoint: [ "pip" ]
122+
ruby:
123+
<<: *default
124+
image: "ruby:${RUBY_VERSION}"
125+
entrypoint: [ "ruby" ]
122126
s3cmd:
123127
<<: *default
124128
build:

dockerized.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PROTOC_ARCH=${DEFAULT_ARCH}
1616
PROTOC_BASE=${DEFAULT_BASE}
1717
PYTHON_VERSION=3.10
1818
PYTHON2_VERSION=2.7.18
19+
RUBY_VERSION=3.1.1
1920
S3CMD_BASE=python:${PYTHON_VERSION}-${DEFAULT_BASE_IMAGE}
2021
S3CMD_VERSION=2.2.0
2122
SWAGGER_CODEGEN_VERSION=3.0.29

0 commit comments

Comments
 (0)