Updated NodeJS in Dockerfile (#12492)
This commit is contained in:
		
							parent
							
								
									fd45f5bbaa
								
							
						
					
					
						commit
						6c2c2eee46
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,8 +3,8 @@ FROM ubuntu:18.04 as build-dep
 | 
			
		|||
# Use bash for the shell
 | 
			
		||||
SHELL ["bash", "-c"]
 | 
			
		||||
 | 
			
		||||
# Install Node
 | 
			
		||||
ENV NODE_VER="12.11.1"
 | 
			
		||||
# Install Node v12 (LTS)
 | 
			
		||||
ENV NODE_VER="12.13.1"  
 | 
			
		||||
RUN	echo "Etc/UTC" > /etc/localtime && \
 | 
			
		||||
	apt update && \
 | 
			
		||||
	apt -y install wget python && \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue