From fdb7793a39fbdb6176e185e97463759feafa3ca4 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Wed, 27 Mar 2024 15:46:30 -0400 Subject: [PATCH] Install gettext before running envsubst --- ci-conda.Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index d8e4558..e58c754 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -103,6 +103,13 @@ EOF RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz -O - \ | tar -xz -C /usr/local/bin +# Install prereq for envsubst +RUN <