buildbase was missing

This commit is contained in:
jem 2020-11-13 10:19:59 +01:00
parent c9f16f8f3f
commit 793a42eea6

View file

@ -9,7 +9,7 @@ services:
- docker:19.03.12-dind - docker:19.03.12-dind
before_script: 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 - pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa --user
- export PATH=$PATH:~/.local/bin - export PATH=$PATH:~/.local/bin