From 3a98604dd258438776200ca72200dd879a29aa0c Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Thu, 5 Dec 2024 11:26:35 -0800 Subject: [PATCH] Install curl in pod for k8s testing --- .evergreen/k8s/remote-scripts/setup-pod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.evergreen/k8s/remote-scripts/setup-pod.sh b/.evergreen/k8s/remote-scripts/setup-pod.sh index ba36529e..5be3a482 100755 --- a/.evergreen/k8s/remote-scripts/setup-pod.sh +++ b/.evergreen/k8s/remote-scripts/setup-pod.sh @@ -6,6 +6,6 @@ apt-get -qq update # Same dependencies used in KMS testing. export DEBIAN_FRONTEND=noninteractive apt-get -qq -y -o DPkg::Lock::Timeout=-1 install libcurl4 libgssapi-krb5-2 libldap-common libwrap0 libsasl2-2 \ - libsasl2-modules-gssapi-mit snmp openssl liblzma5 \ + libsasl2-modules-gssapi-mit snmp openssl liblzma5 curl \ python3-pip python3.11-venv git sudo < /dev/null > /dev/null echo "Installing dependencies ... end"