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
|
||||
name: check
|
||||
|
||||
# Ensure that YAML is well-formed
|
||||
steps:
|
||||
- name: check-config
|
||||
image: docker
|
||||
commands:
|
||||
- apk add --no-cache docker-compose
|
||||
- docker-compose config
|
||||
|
|
Loading…
Reference in a new issue