File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ github :
2
+ prebuilds :
3
+ master : true
4
+ branches : true
5
+ pullRequests : true
6
+ pullRequestsFromForks : true
7
+ addComment : true
8
+ addBadge : false
9
+ addLabel : prebuilt-in-gitpod
10
+
1
11
image :
2
12
file : Dockerfile
3
13
Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-full
2
- RUN python3 -m venv .venv
2
+ RUN pyenv global 3.8.5
3
3
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
4
- RUN npm install -g aws-cdk
5
- RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
6
- RUN unzip awscliv2.zip
7
- RUN sudo ./aws/install
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
PS1=' \[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)") $ '
3
3
pre-commit install
4
+ clear
4
5
echo ' We are now ready to go, welcome!!'
You can’t perform that action at this time.
0 commit comments