Merge pull request #7035 from tianon/standardize-apt-get-install
Standardize "apt-get install" usage across the repo Upstream-commit: 503d124677f5a0221e1bf8c8ed7320a15c5e01db Component: engine
This commit is contained in:
@ -290,7 +290,8 @@ echo deb $(s3_url)/ubuntu docker main > /etc/apt/sources.list.d/docker.list
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
|
||||
|
||||
# Install docker
|
||||
apt-get update ; apt-get install -y lxc-docker
|
||||
apt-get update
|
||||
apt-get install -y lxc-docker
|
||||
|
||||
#
|
||||
# Alternatively, just use the curl-able install.sh script provided at $(s3_url)
|
||||
|
||||
Reference in New Issue
Block a user