File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
release-resources/buildspecs Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
java : " $JAVA_RUNTIME"
8
8
9
9
commands :
10
+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
10
11
- apt-get update
11
12
- pip install awscli --upgrade --user
12
13
- pip install rsa
Original file line number Diff line number Diff line change 5
5
runtime-versions :
6
6
java : " $JAVA_RUNTIME"
7
7
commands :
8
+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
8
9
- apt-get update
9
10
- pip install awscli --upgrade --user
10
11
- pip install rsa
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
commands :
6
+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
6
7
- apt-get update
7
8
- apt-get install python3 python3-pip -y
8
9
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
You can’t perform that action at this time.
0 commit comments