mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
[Vagrantfile] upgrade all packages while provisioning
This commit is contained in:
parent
cb49c8da3d
commit
a29ee391ee
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -13,6 +13,7 @@ ARCH=`uname -m | sed 's|i686|386|' | sed 's|x86_64|amd64|'`
|
||||
|
||||
# Install Prereq Packages
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get install -y build-essential curl git-core libpcre3-dev mercurial pkg-config zip
|
||||
|
||||
# Install Go
|
||||
|
Loading…
Reference in New Issue
Block a user