Install extra packages (for docker)
This commit is contained in:
@@ -22,6 +22,12 @@ ubuntu_disable_services:
|
||||
|
||||
# Install these packages
|
||||
ubuntu_install_packages:
|
||||
- aptitude
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- software-properties-common
|
||||
- build-essential
|
||||
- curl
|
||||
- tmux
|
||||
- bmon
|
||||
- htop
|
||||
@@ -29,7 +35,9 @@ ubuntu_install_packages:
|
||||
- vim
|
||||
- python3-dev
|
||||
- python3-pip
|
||||
- build-essential
|
||||
- python3-setuptools
|
||||
- virtualenv
|
||||
|
||||
|
||||
# Create these groups if they don't exist
|
||||
ubuntu_groups:
|
||||
|
Reference in New Issue
Block a user