Merge pull request #1261 from IxDay/improve-doc

Improve package requirement list for minikube-iso
pull/1263/head
Matt Rickard 2017-03-19 12:07:39 -07:00 committed by GitHub
commit 0bdb666695
1 changed files with 3 additions and 1 deletions

View File

@ -30,10 +30,12 @@ The following configurations are known to have issues currently:
* Linux
```
sudo apt-get install gnupg2 p7zip-full
sudo apt-get install build-essential gnupg2 p7zip-full git wget cpio python \
unzip bc gcc-multilib automake libtool locales
```
Either import your private key or generate a sign-only key using `gpg2 --gen-key`.
Also be sure to have an UTF-8 locale set up in order to build the ISO.
### Build instructions