diff --git a/.drone.yml b/.drone.yml index c8ae8d8..8753acc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: