-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POC: Simplified Devcontainer that seems to work 2024-12
- Loading branch information
Sebastian Sickelmann
committed
Dec 28, 2024
1 parent
0035baf
commit 2f34c7f
Showing
3 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
Submodule .devcontainer
deleted from
dce1e3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
npm install -g yarn | ||
pip install setuptools | ||
|
||
curl --silent -L https://github.com/pulumi/pulumictl/releases/download/v0.0.47/pulumictl-v0.0.47-linux-amd64.tar.gz | sudo tar -xz -C /usr/local/bin pulumictl | ||
sudo chmod +x /usr/local/bin/pulumictl |