Add docker-compose package in stdlib
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
16
stdlib/docker/compose/client.cue
Normal file
16
stdlib/docker/compose/client.cue
Normal file
@@ -0,0 +1,16 @@
|
||||
package compose
|
||||
|
||||
import (
|
||||
"dagger.io/alpine"
|
||||
)
|
||||
|
||||
// A container image to run the docker-compose client
|
||||
#Client: alpine.#Image & {
|
||||
package: {
|
||||
bash: true
|
||||
jq: true
|
||||
curl: true
|
||||
"openssh-client": true
|
||||
"docker-compose": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user