File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ FROM ghcr.io/rails/devcontainer/images/ruby:3.3.5
Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " solid_queue" ,
5
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image" : " ghcr.io/rails/devcontainer/images/ruby:3.3.5" ,
6
+ "build" : {
7
+ "dockerfile" : " Dockerfile"
8
+ },
7
9
// Features to add to the dev container. More info: https://containers.dev/features.
8
10
"features" : {
9
11
"ghcr.io/devcontainers/features/github-cli:1" : {
10
12
"version" : " latest"
11
- }
13
+ },
14
+ "ghcr.io/rails/devcontainer/features/postgres-client" : {
15
+ "version" : " 15"
16
+ },
17
+ "ghcr.io/rails/devcontainer/features/mysql-client" : {}
12
18
}
13
19
// Use 'forwardPorts' to make a list of ports inside the container available locally.
14
20
// "forwardPorts": [],
18
24
// "customizations": {},
19
25
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
20
26
// "remoteUser": "root"
21
- }
27
+ }
Original file line number Diff line number Diff line change 87
87
loofah (2.23.1 )
88
88
crass (~> 1.0.2 )
89
89
nokogiri (>= 1.12.0 )
90
- mini_portile2 (2.8.8 )
91
90
minitest (5.25.4 )
92
91
mocha (2.1.0 )
93
92
ruby2_keywords (>= 0.0.5 )
174
173
ruby-progressbar (1.13.0 )
175
174
ruby2_keywords (0.0.5 )
176
175
securerandom (0.4.1 )
177
- sqlite3 (1.5.4 )
178
- mini_portile2 (~> 2.8.0 )
176
+ sqlite3 (2.7.3-aarch64-linux-gnu )
177
+ sqlite3 (2.7.3-arm64-darwin )
178
+ sqlite3 (2.7.3-x86_64-darwin )
179
+ sqlite3 (2.7.3-x86_64-linux-gnu )
179
180
stringio (3.1.2 )
180
181
thor (1.3.2 )
181
182
timeout (0.4.3 )
You can’t perform that action at this time.
0 commit comments