소스 검색

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