vagrant: darwin: add zstd

This commit is contained in:
Thomas Waldmann 2019-03-01 15:41:52 +01:00
parent e549333bd5
commit 08574d08f8

1
Vagrantfile vendored
View file

@ -82,6 +82,7 @@ def packages_darwin
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install openssl
brew install zstd
brew install lz4
brew install xz # required for python lzma module
brew install fakeroot