add aufs-tools package to dev env docs page

Upstream-commit: fb7eaf67d1c01eea28fcbed61d6d8abd8117c965
Component: engine
This commit is contained in:
unclejack
2013-06-14 15:07:43 +03:00
parent 1ee51a2d56
commit 1d89b8f78f

View File

@ -33,7 +33,7 @@ Installation
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
sudo apt-get -y install lxc wget bsdtar curl golang-stable git
sudo apt-get -y install lxc wget bsdtar curl golang-stable git aufs-tools
export GOPATH=~/go/
export PATH=$GOPATH/bin:$PATH