From 294ffb2eb2b2bc94a3734fb4966c62498ba282c0 Mon Sep 17 00:00:00 2001 From: Jacob Barrett Date: Wed, 3 Feb 2021 09:55:18 -0800 Subject: [PATCH] Remove Python, PIP and Coveralls from Ubuntu 16.04. --- packer/build-ubuntu-16-04.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packer/build-ubuntu-16-04.json b/packer/build-ubuntu-16-04.json index d850e6add3..ef39cfec25 100644 --- a/packer/build-ubuntu-16-04.json +++ b/packer/build-ubuntu-16-04.json @@ -119,9 +119,7 @@ "type": "shell", "execute_command": "{{.Vars}} sudo -E -S bash '{{.Path}}'", "inline": [ - "apt-get -y install build-essential libc++-dev libc++abi-dev zlib1g-dev libssl-dev wget doxygen graphviz python python-pip", - "pip install --upgrade pip", - "pip install cpp-coveralls" + "apt-get -y install build-essential libc++-dev libc++abi-dev zlib1g-dev libssl-dev wget doxygen graphviz" ] }, {