install dependencies before building the NPD containers.

This commit is contained in:
Varsha Teratipally
2022-03-10 20:39:56 +00:00
committed by varsha teratipally
parent e7fe0b20dc
commit c370cfb68a
+2 -1
View File
@@ -13,7 +13,8 @@ steps:
- -c - -c
- | - |
echo "Building/Pushing NPD containers" echo "Building/Pushing NPD containers"
make push-container apk add musl-dev gcc
ENABLE_JOURNALD=0 make push-container
substitutions: substitutions:
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and # _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 # can be used as a substitution