瀏覽代碼

fixing arguments

xiaoct 8 年之前
父節點
當前提交
2b93344bce
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -7,8 +7,8 @@
 FROM ubuntu
 # File Author / Maintainer
 # MAINTAINER name Chunteng Xiao
-RUN apt-get update --fix-missing
-RUN apt-get install -y nodejs nginx npm curl --fix-mixing
+RUN apt-get update
+RUN apt-get -f install -y nodejs nginx npm curl
 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