Skip to content

Commit

Permalink
fix(devcontainer): install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Swelio committed Nov 2, 2024
1 parent f626d35 commit 7bfdeda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"features": {
"ghcr.io/swelio/dev-images/apt-install:latest": {
"packages": "build-essential"
"packages": "build-essential pkg-config"
},
"ghcr.io/swelio/dev-images/cargo-tools:latest": {
"tools": "cargo-generate cocogitto drill git-cliff hyperfine"
Expand All @@ -32,7 +32,6 @@
}
},
"image": "rust:slim-bookworm",
"name": "${localWorkspaceFolderBasename}-rust",
"overrideCommand": true,
"privileged": false,
"workspaceFolder": "/workspace"
Expand Down

0 comments on commit 7bfdeda

Please sign in to comment.