From 507be0bcbcb941e26c020c8a8d787e6b19db0a00 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 26 Sep 2022 19:14:24 -0500 Subject: [PATCH] prevent tzdata from blocking install of programs --- build-k8s-lenz.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index b37a965..cec80ed 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -128,7 +128,7 @@ pipeline { script { sh """ apt-get update - apt-get install --no-install-recommends -y curl ca-certificates gcc g++ make git rpm + DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install --no-install-recommends -y curl ca-certificates gcc g++ make git rpm tzdata curl -fsSL https://deb.nodesource.com/setup_16.x | bash - curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list