mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add aufs-tools package to dev env docs page
This commit is contained in:
parent
e53721ef69
commit
fb7eaf67d1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Installation
|
||||||
sudo apt-get install python-software-properties
|
sudo apt-get install python-software-properties
|
||||||
sudo add-apt-repository ppa:gophers/go
|
sudo add-apt-repository ppa:gophers/go
|
||||||
sudo apt-get update
|
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 GOPATH=~/go/
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
|
|
Loading…
Reference in a new issue