Docker-compose is not included in docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yohann D'ANELLO 2020-11-04 18:30:21 +01:00
parent b964d6fb2d
commit 198d382944

View file

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