Browse Source

Merge branch 'master' of ssh://10.10.100.21/source/platform-bi-web

zhuth 7 years ago
parent
commit
0d097cbc7e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -10,9 +10,9 @@ FROM ubuntu
 RUN apt-get clean
 RUN apt-get update
 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 -f install -y nodejs nginx npm curl unzip python-certbot-nginx 
+RUN apt-get -f install -y nodejs nginx npm curl unzip 
 RUN curl --insecure -o ./sonarscanner.zip -L https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.2.0.1227-linux.zip
 RUN unzip sonarscanner.zip
 RUN rm sonarscanner.zip