Skip to content

Commit 07af7d3

Browse files
feat: add 'rust', 'zip'
1 parent 1c470b6 commit 07af7d3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ PROTOC_BASE=${DEFAULT_BASE}
2323
PYTHON_VERSION=3.10
2424
PYTHON2_VERSION=2.7.18
2525
RUBY_VERSION=3.1.1
26+
RUST_VERSION=1.59.0
2627
S3CMD_BASE=python:${PYTHON_VERSION}-${DEFAULT_BASE_IMAGE}
2728
S3CMD_VERSION=2.2.0
2829
SWAGGER_CODEGEN_VERSION=3.0.29

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ dockerized <command>
4545
- python
4646
- python2
4747
- ruby
48+
- rust
4849
- Unix
4950
- tree
51+
- zip
5052

5153

5254
## Installation

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ services:
134134
ruby:
135135
image: "ruby:${RUBY_VERSION}"
136136
entrypoint: [ "ruby" ]
137-
# rustc:
138-
# image: "rust:${RUST_VERSION}"
139-
# entrypoint: [ "rustc" ]
137+
rustc:
138+
image: "rust:${RUST_VERSION}"
139+
entrypoint: [ "rustc" ]
140140
s3cmd:
141141
build:
142142
context: apps/s3cmd

0 commit comments

Comments
 (0)