e4ac04c98c
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
17 lines
278 B
CUE
17 lines
278 B
CUE
package compose
|
|
|
|
import (
|
|
"alpha.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
|
|
}
|
|
}
|