Merge pull request #77 from microsoft/jasongos-patch-1

Update prerequisites.md
This commit is contained in:
jslobodzian 2020-08-25 14:07:59 -07:00 committed by GitHub
commit d74dad026e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
# Install required dependencies.
sudo apt -y install make tar wget curl rpm qemu-utils golang-1.13-go
sudo apt -y install make tar wget curl rpm qemu-utils golang-1.13-go genisoimage
# Recommended but not required: `pigz` for faster compression operations.
sudo apt -y install pigz