Update NodeJS source for Docker Image (#11707)
* Update Ruby/Node/jemalloc source for Docker Image * Update Dockerfile * Update Dockerfile
This commit is contained in:
		
							parent
							
								
									911ebfea45
								
							
						
					
					
						commit
						0c5a16c5d0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
 | 
				
			||||||
SHELL ["bash", "-c"]
 | 
					SHELL ["bash", "-c"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install Node
 | 
					# Install Node
 | 
				
			||||||
ENV NODE_VER="8.15.0"
 | 
					ENV NODE_VER="12.9.1"
 | 
				
			||||||
RUN	echo "Etc/UTC" > /etc/localtime && \
 | 
					RUN	echo "Etc/UTC" > /etc/localtime && \
 | 
				
			||||||
	apt update && \
 | 
						apt update && \
 | 
				
			||||||
	apt -y install wget make gcc g++ python && \
 | 
						apt -y install wget make gcc g++ python && \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue