Browse Source

adjusted dockerfile

xiaoct 7 years ago
parent
commit
a0a28c6979
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -13,8 +13,8 @@ RUN apt-get install -y software-properties-common
 RUN add-apt-repository ppa:webupd8team/java
 RUN apt-get update
 RUN apt-get -f install -y curl unzip wget
-RUN apt-get -y install oracle-java8-installer 
-RUN apt-get -y install oracle-java8-set-default
+RUN apt-get install -y oracle-java8-installer 
+RUN apt-get install -y oracle-java8-set-default
 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