Browse code

add aufs-tools package to dev env docs page

unclejack authored on 2013/06/14 21:07:43
Showing 1 changed files
... ...
@@ -33,7 +33,7 @@ Installation
33 33
     sudo apt-get install python-software-properties
34 34
     sudo add-apt-repository ppa:gophers/go
35 35
     sudo apt-get update
36
-    sudo apt-get -y install lxc wget bsdtar curl golang-stable git
36
+    sudo apt-get -y install lxc wget bsdtar curl golang-stable git aufs-tools
37 37
 
38 38
     export GOPATH=~/go/
39 39
     export PATH=$GOPATH/bin:$PATH