Skip to content

Commit

Permalink
Merge pull request #71 from klezm/devcontainers
Browse files Browse the repository at this point in the history
Speeds up container build time
  • Loading branch information
koralowiec authored Nov 30, 2024
2 parents 60af234 + 1649e94 commit 693ac74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"customizations": {
"vscode": {
"extensions": [
"mads-hartmann.bash-ide-vscode",
"ms-python.python",
"ms-python.vscode-pylance",
"DavidAnson.vscode-markdownlint",
"nefrob.vscode-just-syntax"
"nefrob.vscode-just-syntax",
"timonwong.shellcheck",
"ms-vscode-remote.remote-containers"
]
}
},
"features": {
"ghcr.io/devcontainers/features/python:1.6.4": {},
"ghcr.io/devcontainers/features/node:1.6.0": {},
"ghcr.io/devcontainers/features/node:1.6.1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.13": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {},
"ghcr.io/devcontainers/features/common-utils:2.5.1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {},
"ghcr.io/lukewiwa/features/shellcheck:0.2.3": {},
"ghcr.io/guiyomh/features/just:0": {},
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
Expand Down

0 comments on commit 693ac74

Please sign in to comment.