diff --git a/images/linux/scripts/installers/python.sh b/images/linux/scripts/installers/python.sh index e23d7c0eb..84343eccd 100644 --- a/images/linux/scripts/installers/python.sh +++ b/images/linux/scripts/installers/python.sh @@ -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" diff --git a/images/linux/ubuntu2004.json b/images/linux/ubuntu2004.json index c5024b53d..36298564b 100644 --- a/images/linux/ubuntu2004.json +++ b/images/linux/ubuntu2004.json @@ -256,20 +256,11 @@ ], "execute_command": "chmod +x {{ .Path }}; sudo {{ .Vars }} {{ .Path }}" }, - { - "type": "file", - "source": "{{template_dir}}/toolcache-2004.json", - "destination": "{{user `installer_script_folder`}}/toolcache.json" - }, { "type": "shell", "scripts":[ "{{template_dir}}/scripts/installers/2004/android.sh", - "{{template_dir}}/scripts/installers/azpowershell.sh", - "{{template_dir}}/scripts/helpers/containercache.sh", - "{{template_dir}}/scripts/installers/hosted-tool-cache.sh", - "{{template_dir}}/scripts/installers/python.sh", - "{{template_dir}}/scripts/installers/test-toolcache.sh" + "{{template_dir}}/scripts/installers/python.sh" ], "environment_vars": [ "METADATA_FILE={{user `metadata_file`}}", @@ -279,18 +270,6 @@ ], "execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'" }, - { - "type": "shell", - "scripts":[ - "{{template_dir}}/scripts/installers/boost.sh" - ], - "environment_vars": [ - "METADATA_FILE={{user `metadata_file`}}", - "HELPER_SCRIPTS={{user `helper_script_folder`}}", - "INSTALLER_SCRIPT_FOLDER={{user `installer_script_folder`}}" - ], - "execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'" - }, { "type": "shell", "scripts":[