Skip to content

Commit

Permalink
devops(devcontainer): add sqlite3 and duckdb cli (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jun 15, 2023
1 parent 689698a commit 4814215
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"ghcr.io/devcontainers/features/hugo:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/eitsupi/devcontainer-features/go-task:1": {}
"ghcr.io/eitsupi/devcontainer-features/go-task:1": {},
"ghcr.io/eitsupi/devcontainer-features/duckdb-cli:1": {},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "sqlite3"
}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 4814215

Please sign in to comment.