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.
1 parent 2cb2b7f commit 54c87c5Copy full SHA for 54c87c5
.devcontainer/devcontainer.json
@@ -7,11 +7,11 @@
7
8
9
"features": {
10
- "ghcr.io/devcontainers-contrib/features/clojure-asdf:2": {},
+ "ghcr.io/devcontainers-extra/features/clojure-asdf:2": {},
11
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {},
12
- "ghcr.io/devcontainers-contrib/features/bash-command:1":
+ "ghcr.io/devcontainers-extra/features/bash-command:1":
13
{"command": "apt-get update && apt-get install -y rlwrap && apt-get install -y libxtst-dev"},
14
- "ghcr.io/devcontainers-contrib/features/poetry:2" : {},
+ "ghcr.io/devcontainers-extra/features/poetry:2" : {},
15
"ghcr.io/rocker-org/devcontainer-features/r-apt:0": {}
16
17
0 commit comments