feat: add proto
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-29 21:22:09 +02:00
parent abac0169d8
commit 7e15006175
2 changed files with 31 additions and 29 deletions

View File

@@ -22,8 +22,9 @@ async fn main() -> eyre::Result<()> {
"libgit2-dev",
"git",
"openssh-client",
"protobuf-compiler",
])
.with_apt_release(&["git", "openssh-client"])
.with_apt_release(&["git", "openssh-client", "protobuf-compiler"])
.with_docker_cli()
.with_cuddle_cli()
.with_kubectl()