Skip to content

Commit

Permalink
Simplifying devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Feb 4, 2024
1 parent d912ce2 commit 1a57a2a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"upgradePackages": "true"
},
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "tmux,vim,wget,jq,tree,whois,db-util,rsync,zip,unzip,ca-certificates,curl,gnupg"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
"packages": "git,tmux,vim,wget,jq,tree,whois,db-util,rsync,zip,unzip,ca-certificates,curl,gnupg"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "18.18.0"
Expand Down

0 comments on commit 1a57a2a

Please sign in to comment.