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 caad60d + d824c49 commit 3927855Copy full SHA for 3927855
docker-compose.yml
@@ -119,6 +119,10 @@ services:
119
pip:
120
<<: *python
121
entrypoint: [ "pip" ]
122
+ ruby:
123
+ <<: *default
124
+ image: "ruby:${RUBY_VERSION}"
125
+ entrypoint: [ "ruby" ]
126
s3cmd:
127
<<: *default
128
build:
dockerized.env
@@ -16,6 +16,7 @@ PROTOC_ARCH=${DEFAULT_ARCH}
16
PROTOC_BASE=${DEFAULT_BASE}
17
PYTHON_VERSION=3.10
18
PYTHON2_VERSION=2.7.18
19
+RUBY_VERSION=3.1.1
20
S3CMD_BASE=python:${PYTHON_VERSION}-${DEFAULT_BASE_IMAGE}
21
S3CMD_VERSION=2.2.0
22
SWAGGER_CODEGEN_VERSION=3.0.29
0 commit comments