Skip to content

Commit 37b5fe0

Browse files
committed
update apk cmd
1 parent 4384936 commit 37b5fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
args:
3838
- "-c"
3939
- |
40-
apk update && apk maven
40+
apk update && apk add maven
4141
DOCKER_BUILDKIT=1 docker build -t "${_TEST_IMAGE_ID}" .
4242
id: additional-deps
4343
waitFor: ["library-generation-build"]

0 commit comments

Comments
 (0)