Skip to content

Commit

Permalink
Install curl in pod for k8s testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Poliakov committed Dec 5, 2024
1 parent 5048cca commit 3a98604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/k8s/remote-scripts/setup-pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3a98604

Please sign in to comment.