Docker-compose is not included in docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b964d6fb2d
commit
198d382944
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue