Sign inSign up

kecondezo/waki-mongo-node

By kecondezo

Updated over 7 years ago

Image
0

161

kecondezo/waki-mongo-node repository overview

FROM mongo:4.0.0 RUN apt-get update ; apt-get install -y nodejs; apt-get install -y npm; apt-get install -y unzip; RUN apt-get install -y wget curl RUN cd /opt; wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.3.0.1492-linux.zip;
unzip sonar-scanner-cli-3.3.0.1492-linux.zip ENV PATH=/opt/sonar-scanner-3.3.0.1492-linux/bin:${PATH} ENV SONAR_RUNNER_HOME=/opt/sonar-scanner-3.3.0.1492-linux RUN sonar-scanner -v RUN npm cache clean -f; npm install -g n; n stable

Tag summary

Content type

Image

Digest

Size

435.4 MB

Last updated

over 7 years ago

docker pull kecondezo/waki-mongo-node:4.0.1