Skip to content

Commit

Permalink
Install git into the build image (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
addianto committed Jun 23, 2019
1 parent 5e2aa04 commit 15ff620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ phases:
install:
runtime-versions:
python: 3.7
commands:
- apt-get update && apt-get install -y git
pre_build:
commands:
- pip install -r requirements.txt
Expand Down

0 comments on commit 15ff620

Please sign in to comment.