Skip to content

Commit

Permalink
removed not needed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Jan 16, 2025
1 parent e73d7a1 commit a633975
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

"features": {
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {
"ppas": ["ppa:ubuntuhandbook1/emacs"],
"packages": "r-base-dev,rlwrap,fonts-hack"
"packages": "r-base-dev,rlwrap"
},
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {},
"ghcr.io/rocker-org/devcontainer-features/r-apt:0": {},
Expand All @@ -16,9 +15,9 @@
"installSystemRequirements": true
},
"ghcr.io/wxw-matt/devcontainer-features/command_runner:latest": {
"command1": "bash < <(curl -s https://raw.githubusercontent.com/clojure-lsp/clojure-lsp/master/install)",
"command2": "bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)",
"command3": "bash -c 'wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O /usr/local/bin/lein && chmod +x /usr/local/bin/lein'"
"command1": "bash < <(curl -s https://raw.githubusercontent.com/clojure-lsp/clojure-lsp/master/install)",
"command2": "bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)",
"command3": "bash -c 'wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O /usr/local/bin/lein && chmod +x /usr/local/bin/lein'"
}
},
"overrideFeatureInstallOrder": [
Expand All @@ -35,6 +34,6 @@
}
}


}
}


0 comments on commit a633975

Please sign in to comment.