فهرست منبع

adjusted dockerfile

xiaoct 7 سال پیش
والد
کامیت
4f6b091b4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,7 +9,7 @@ FROM ubuntu
 # MAINTAINER name Chunteng Xiao
 # MAINTAINER name Chunteng Xiao
 RUN apt-get clean
 RUN apt-get clean
 RUN apt-get update
 RUN apt-get update
-RUN apt-get install software-properties-common
+RUN apt-get install -y software-properties-common
 RUN add-apt-repository ppa:certbot/certbot
 RUN add-apt-repository ppa:certbot/certbot
 RUN apt-get update
 RUN apt-get update
 RUN apt-get -f install -y nodejs nginx npm curl unzip python-certbot-nginx 
 RUN apt-get -f install -y nodejs nginx npm curl unzip python-certbot-nginx