fedora: install a few extra packages

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Michael Adam 2016-04-28 11:35:41 +02:00
parent a4af7916e1
commit 31c3d48357
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ log "Sleeping for $SECS seconds..."
sleep $SECS
# TODO: Support for appending to this list from outside
PACKAGES=(vim curl wget man-db bash-completion ca-certificates sudo openssh-server)
PACKAGES=(vim-enhanced curl wget man-db bash-completion ca-certificates sudo openssh-server strace python-dnf dnf-plugins-core e2fsprogs net-tools bind-utils)
utils.lxc.attach yum update -y
utils.lxc.attach yum install ${PACKAGES[*]} -y