Skip to content

Commit 89b6f57

Browse files
committed
install packagers after container creation
1 parent eca8ab3 commit 89b6f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// "forwardPorts": [],
5454

5555
// Use 'postCreateCommand' to run commands after the container is created.
56-
// "postCreateCommand": "rustc --version",
56+
"postCreateCommand": "cargo install cargo-deb cargo-generate-rpm",
5757

5858
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
5959
"remoteUser": "vscode",

0 commit comments

Comments
 (0)