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