mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
chore(dev-container): add buildifier and friends
This commit is contained in:
parent
3f9ac5f275
commit
dd8841d0ae
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ container_run_and_commit_layer(
|
||||||
commands = [
|
commands = [
|
||||||
"go get -u github.com/bazelbuild/bazelisk",
|
"go get -u github.com/bazelbuild/bazelisk",
|
||||||
"ln /go/bin/bazelisk /usr/bin/bazel",
|
"ln /go/bin/bazelisk /usr/bin/bazel",
|
||||||
|
"go get -u github.com/bazelbuild/buildtools/...",
|
||||||
],
|
],
|
||||||
image = "@devcontainergo//image",
|
image = "@devcontainergo//image",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue