Docker-compose is not included in docker image
continuous-integration/drone/push Build is passing Details

pull/1/head
Yohann D'ANELLO 4 years ago
parent b964d6fb2d
commit 198d382944

@ -2,8 +2,10 @@ kind: pipeline
type: docker type: docker
name: check name: check
# Ensure that YAML is well-formed
steps: steps:
- name: check-config - name: check-config
image: docker image: docker
commands: commands:
- apk add --no-cache docker-compose
- docker-compose config - docker-compose config

Loading…
Cancel
Save