We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7913b commit dc3ddbfCopy full SHA for dc3ddbf
.evergreen/run-mongodb-aws-ecs-test.sh
@@ -22,7 +22,7 @@ set -o xtrace
22
# Install python with pip.
23
PYTHON_VER="python3.10"
24
apt-get -qq update < /dev/null > /dev/null
25
-apt-get install software-properties-common
+apt-get -q install -y software-properties-common
26
add-apt-repository -y 'ppa:deadsnakes/ppa'
27
apt-get -qq install $PYTHON_VER $PYTHON_VER-venv build-essential $PYTHON_VER-dev -y < /dev/null > /dev/null
28
0 commit comments