Fix apt-get error when building Ubuntu boxes
This commit is contained in:
parent
b7c29be732
commit
9ed8f0c205
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ chmod 0440 ${ROOTFS}/etc/sudoers.d/vagrant
|
|||
# 4 - Add some goodies and update packages
|
||||
|
||||
PACKAGES=(vim curl wget man-db bash-completion python-software-properties software-properties-common)
|
||||
chroot ${ROOTFS} apt-get update
|
||||
chroot ${ROOTFS} apt-get install ${PACKAGES[*]} -y --force-yes
|
||||
chroot ${ROOTFS} apt-get upgrade -y --force-yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue