|
| 1 | +{ |
| 2 | + "build": { |
| 3 | + "dockerfile": "Dockerfile" |
| 4 | + }, |
| 5 | + |
| 6 | + "features": { |
| 7 | + "ghcr.io/devcontainers/features/desktop-lite:1": {}, |
| 8 | + "ghcr.io/devcontainers-contrib/features/apt-get-packages:1": { |
| 9 | + "packages": "r-base-dev,rlwrap,expect" |
| 10 | + }, |
| 11 | + "ghcr.io/devcontainers/features/python:1": {}, |
| 12 | + "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}, |
| 13 | + "ghcr.io/rocker-org/devcontainer-features/r-apt:0": {}, |
| 14 | + "ghcr.io/rocker-org/devcontainer-features/r-packages:1": {}, |
| 15 | + "ghcr.io/wxw-matt/devcontainer-features/command_runner:latest": { |
| 16 | + "command1": "bash < <(curl -s https://raw.githubusercontent.com/clojure-lsp/clojure-lsp/master/install)", |
| 17 | + "command2": "bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)", |
| 18 | + "command3": "bash -c 'wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O /usr/local/bin/lein && chmod +x /usr/local/bin/lein'" |
| 19 | + }, |
| 20 | + "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {}, |
| 21 | + "ghcr.io/va-h/devcontainers-features/uv:1": {} |
| 22 | + }, |
| 23 | + "overrideFeatureInstallOrder": [ |
| 24 | + "ghcr.io/rocker-org/devcontainer-features/r-apt", |
| 25 | + "ghcr.io/devcontainers-contrib/features/apt-get-packages", |
| 26 | + "ghcr.io/rocker-org/devcontainer-features/r-packages" |
| 27 | + ], |
| 28 | + |
| 29 | + "customizations": { |
| 30 | + "vscode": { |
| 31 | + "extensions": [ |
| 32 | + "betterthantomorrow.calva" |
| 33 | + ] |
| 34 | + } |
| 35 | + } |
| 36 | + |
| 37 | + |
| 38 | +} |
0 commit comments