alpine base image install

This commit is contained in:
jem 2020-11-13 09:57:18 +01:00
parent e64336b2e8
commit d01ec8b58e

View file

@ -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