From 07363de3840337eb3507389c64bde6fdbe8991cc Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Thu, 9 May 2013 13:05:18 -0600 Subject: [PATCH] Update basics.rst Upstream-commit: 0410397704c4cd81da9ad45dab21d4432b4b1a13 Component: engine --- components/engine/docs/sources/builder/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/builder/basics.rst b/components/engine/docs/sources/builder/basics.rst index 0d726e93c1..f7ce07926f 100644 --- a/components/engine/docs/sources/builder/basics.rst +++ b/components/engine/docs/sources/builder/basics.rst @@ -103,7 +103,7 @@ The `INSERT` instruction will download the file at the given url and place it wi run echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list run apt-get update - run apt-get install -y inotify-tools nginx apache openssh-server + run apt-get install -y inotify-tools nginx apache2 openssh-server insert https://raw.github.com/creack/docker-vps/master/nginx-wrapper.sh /usr/sbin/nginx-wrapper ::