Skip to content

Commit

Permalink
Remove Python, PIP and Coveralls from Ubuntu 16.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-at-work committed Feb 3, 2021
1 parent 47699f8 commit 294ffb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packer/build-ubuntu-16-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 294ffb2

Please sign in to comment.