Selaa lähdekoodia

adjusted dockerfile

xiaoct 7 vuotta sitten
vanhempi
commit
680438e123
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -9,7 +9,7 @@ FROM ubuntu
 # MAINTAINER name Chunteng Xiao
 RUN apt-get clean
 RUN apt-get update
-RUN apt-get -f install -y curl unzip default-jdk wget maven
+RUN apt-get -f install -y curl unzip default-jdk wget
 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