Skip to content

Commit

Permalink
chore: change base and use feature for pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Dec 5, 2024
1 parent fdf92a8 commit 4af47b0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Foundry + Rust Development Container",
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true,
Expand All @@ -11,13 +11,16 @@
"profile": "complete",
"targets": "wasm32-unknown-unknown"
},
"ghcr.io/devcontainers-extra/features/neovim-apt-get:1": {},
"ghcr.io/devcontainers-extra/features/apt-get-packages:1": {
"packages": "pkg-config,libssl-dev,clang"
},
"ghcr.io/lee-orr/rusty-dev-containers/cargo-binstall:0": {
"packages": "just,trunk,leptosfmt,wasm-pack,wasm-opt"
},
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {},
"ghcr.io/duduribeiro/devcontainer-features/tmux:1": {},
"ghcr.io/nlordell/features/foundry": {}
},
"postCreateCommand": "sudo DEBIAN_FRONTEND=noninteractive apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y pkg-config libssl-dev clang",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 4af47b0

Please sign in to comment.