alpine base image install
This commit is contained in:
parent
e64336b2e8
commit
d01ec8b58e
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Hallo"
|
- set -eux; apk add --no-cache python3 py3-pip;
|
||||||
|
- pip3 install pip3 --upgrade --user
|
||||||
|
- pip3 install pybuilder ddadevops deprecation --user
|
||||||
|
- export PATH=$PATH:~/.local/bin
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue