From c370cfb68ade2a2c49bd54476d386205a03b2f1f Mon Sep 17 00:00:00 2001 From: Varsha Teratipally Date: Thu, 20 Jan 2022 23:05:42 +0000 Subject: [PATCH] install dependencies before building the NPD containers. --- cloudbuild.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 2a5ead16..28168c0b 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -13,7 +13,8 @@ steps: - -c - | echo "Building/Pushing NPD containers" - make push-container + apk add musl-dev gcc + ENABLE_JOURNALD=0 make push-container substitutions: # _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and # can be used as a substitution