Skip to content

Commit c370cfb

Browse files
committed
install dependencies before building the NPD containers.
1 parent e7fe0b2 commit c370cfb

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)