buildbase was missing
This commit is contained in:
parent
c9f16f8f3f
commit
793a42eea6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
- docker:19.03.12-dind
|
||||
|
||||
before_script:
|
||||
- set -eux; apk add --no-cache python3 py3-pip;
|
||||
- set -eux; apk add --no-cache build-base python3 py3-pip;
|
||||
- pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa --user
|
||||
- export PATH=$PATH:~/.local/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue