c8e3755188
This definition allow user to commit & push new content to repository. I've also add a quick feature to os.#Container to write files. Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
12 lines
106 B
CUE
12 lines
106 B
CUE
package git
|
|
|
|
import (
|
|
"alpha.dagger.io/alpine"
|
|
)
|
|
|
|
#Image: alpine.#Image & {
|
|
package: {
|
|
git: true
|
|
}
|
|
}
|