fedora: install a few extra packages
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
a4af7916e1
commit
31c3d48357
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ log "Sleeping for $SECS seconds..."
|
||||||
sleep $SECS
|
sleep $SECS
|
||||||
|
|
||||||
# TODO: Support for appending to this list from outside
|
# 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 update -y
|
||||||
utils.lxc.attach yum install ${PACKAGES[*]} -y
|
utils.lxc.attach yum install ${PACKAGES[*]} -y
|
||||||
|
|
Loading…
Reference in a new issue