瀏覽代碼

Update basics.rst

Guillaume J. Charmes 12 年之前
父節點
當前提交
0410397704
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/builder/basics.rst

+ 1 - 1
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 echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
     run apt-get update
     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
     insert https://raw.github.com/creack/docker-vps/master/nginx-wrapper.sh /usr/sbin/nginx-wrapper
 
 
 ::
 ::