Install Python in Docker image for build step

pull/30/head
Or Fleisher 2021-06-30 15:53:32 -04:00
rodzic 39c9da318e
commit 734dd1d766
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,8 @@ pipeline:
build:
image: docker:latest
commands:
- python build.py
- apk add --no-cache --update python3
- python3 build.py
environment:
CI: "true"
when: