add mongo image
This commit is contained in:
		
							
								
								
									
										5
									
								
								Dockerfile_mongo
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								Dockerfile_mongo
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| FROM hosttoday/ht-docker-node:npmts | ||||
| RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 \ | ||||
|   && echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list \ | ||||
|   && apt-get update \ | ||||
|   && apt-get install -y mongodb-org | ||||
		Reference in New Issue
	
	Block a user