fix before-build

This commit is contained in:
jem 2020-11-13 16:20:34 +01:00
parent 0d60f13121
commit 6c326a038c

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 build-base python3 py3-pip py3-setuptools; - set -eux; apk add --no-cache build-base python3 python3-dev py3-pip py3-setuptools py3-wheel libffi-dev openssl-dev;
- pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa - pip3 install pybuilder ddadevops deprecation python-terraform boto3 mfa
- export PATH=$PATH:~/.local/bin - export PATH=$PATH:~/.local/bin