Skip to content

Commit 84a1742

Browse files
Update container and git ignore
1 parent 4d736db commit 84a1742

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ dist
2727
/sandbox/*.log
2828
/sandbox-staging
2929
/specification/api/components/examples
30+
/scripts/JWT/*.pem

scripts/devcontainer/postcreatecommand.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ source ~/.zshrc
88
make _install-dependencies # required before config to ensure python is available due to race between config:: make targets
99
make config
1010

11+
pip install --user requests pyjwt cryptography
12+
1113
sudo gem install jekyll bundler
1214
jekyll --version && cd docs && bundle install
1315

0 commit comments

Comments
 (0)