File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ lint_php:
21
21
# except:
22
22
# - master
23
23
script :
24
- - apk add --update py-pip && pip install docker-compose
24
+ - apk add --update py-pip python-dev libffi-dev openssl-dev gcc libc-dev make && pip install docker-compose
25
25
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
26
26
- $DOCKER_COMPOSE pull php
27
27
- $DOCKER_COMPOSE up -d
@@ -39,7 +39,7 @@ test_phpunit:
39
39
# except:
40
40
# - master
41
41
script :
42
- - apk add --update py-pip && pip install docker-compose
42
+ - apk add --update py-pip python-dev libffi-dev openssl-dev gcc libc-dev make && pip install docker-compose
43
43
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
44
44
- $DOCKER_COMPOSE pull
45
45
- $DOCKER_COMPOSE up -d
You can’t perform that action at this time.
0 commit comments