From 6c326a038c71113d45b3d81d596595c788acfa02 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 13 Nov 2020 16:20:34 +0100 Subject: [PATCH] fix before-build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d09bc..5b33d26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ services: - docker:19.03.12-dind 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 - export PATH=$PATH:~/.local/bin