ソースを参照

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