|
@@ -10,9 +10,9 @@ FROM ubuntu
|
|
|
RUN apt-get clean
|
|
RUN apt-get clean
|
|
|
RUN apt-get update
|
|
RUN apt-get update
|
|
|
RUN apt-get install -y 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
|
|
|
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 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 unzip sonarscanner.zip
|
|
|
RUN rm sonarscanner.zip
|
|
RUN rm sonarscanner.zip
|