Browse code

added additional build requirements - tested on Ubuntu 1404 & 1604

Change-Id: I251f323780ee5a599bc950db04d181406da7914b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1853
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

Alex Pearson authored on 2016/12/01 19:42:22
Showing 1 changed files
... ...
@@ -32,7 +32,7 @@ The following process for building the ISO assumes that the following prerequisi
32 32
 Here's how to install the packages on Ubuntu: 
33 33
 
34 34
 ```
35
-sudo apt-get -y install bison gawk g++ createrepo python-aptdaemon genisoimage texinfo python-requests
35
+sudo apt-get -y install bison gawk g++ createrepo python-aptdaemon genisoimage texinfo python-requests libfuse-dev libssl-dev uuid-dev libreadline-dev kpartx git bc
36 36
 ```
37 37
 Here's how to get Docker:
38 38
 ```