universe: docker: simplify
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
ca03cd6e58
commit
d96e4f5575
@ -1,18 +1,16 @@
|
|||||||
package docker
|
package docker
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"dagger.io/dagger/op"
|
|
||||||
"dagger.io/alpine"
|
"dagger.io/alpine"
|
||||||
)
|
)
|
||||||
|
|
||||||
#Client: #up: [
|
// A container image to run the Docker client
|
||||||
op.#Load & {
|
#Client: alpine.#Image & {
|
||||||
from: alpine.#Image & {
|
package: {
|
||||||
package: bash: true
|
bash: true
|
||||||
package: jq: true
|
jq: true
|
||||||
package: curl: true
|
curl: true
|
||||||
package: "openssh-client": true
|
"openssh-client": true
|
||||||
package: "docker-cli": true
|
"docker-cli": true
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
]
|
|
||||||
|
Reference in New Issue
Block a user