Skip to content

Commit bdbf6b3

Browse files
authored
Merge pull request #639 from vteratipally/adfa
install dependencies before building the NPD containers.
2 parents e7fe0b2 + c370cfb commit bdbf6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ steps:
1313
- -c
1414
- |
1515
echo "Building/Pushing NPD containers"
16-
make push-container
16+
apk add musl-dev gcc
17+
ENABLE_JOURNALD=0 make push-container
1718
substitutions:
1819
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
1920
# can be used as a substitution

0 commit comments

Comments
 (0)