install only python3

This commit is contained in:
Mikhail Timofeev
2020-04-28 19:46:47 +03:00
parent 415ba013ba
commit 878bfee052
2 changed files with 2 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
source $HELPER_SCRIPTS/document.sh
# Install Python, Python 3, pip, pip3
apt-get install -y --no-install-recommends python python-dev python-pip python3 python3-dev python3-pip
apt-get install -y --no-install-recommends python3 python3-dev python3-pip
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"