This commit is contained in:
		
							parent
							
								
									63749f6968
								
							
						
					
					
						commit
						d7a2109238
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -51,9 +51,9 @@ ENV TERM       xterm
 | 
				
			||||||
# From https://nodejs.org/en/about/previous-releases
 | 
					# From https://nodejs.org/en/about/previous-releases
 | 
				
			||||||
WORKDIR /usr/src
 | 
					WORKDIR /usr/src
 | 
				
			||||||
ADD build_node.sh /usr/local/bin/build_node.sh
 | 
					ADD build_node.sh /usr/local/bin/build_node.sh
 | 
				
			||||||
RUN build_node.sh 20.19.1 && \
 | 
					RUN build_node.sh 20.19.1
 | 
				
			||||||
    build_node.sh 22.15.0 && \
 | 
					RUN build_node.sh 22.15.0
 | 
				
			||||||
    build_node.sh 23.11.0
 | 
					RUN build_node.sh 23.11.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Python
 | 
					## Python
 | 
				
			||||||
# https://www.python.org/downloads/
 | 
					# https://www.python.org/downloads/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue