xiaoct 7 лет назад
Родитель
Сommit
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