浏览代码

fixed upgrade command

Spencer Gardner 8 年之前
父节点
当前提交
b5e7800a99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 from debian
 
-RUN apt-get -y update && apt-get upgrade
+RUN apt-get -y update && apt-get -y upgrade
 
 RUN apt-get install -y git curl apache2 binutils