Update Dockerfile (#11710)
This commit is contained in:
		
							parent
							
								
									db28bb487b
								
							
						
					
					
						commit
						33f4b6e1eb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -17,7 +17,7 @@ RUN	echo "Etc/UTC" > /etc/localtime && \
 | 
				
			||||||
	make install
 | 
						make install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install jemalloc
 | 
					# Install jemalloc
 | 
				
			||||||
ENV JE_VER="5.1.0"
 | 
					ENV JE_VER="5.2.1"
 | 
				
			||||||
RUN apt update && \
 | 
					RUN apt update && \
 | 
				
			||||||
	apt -y install autoconf && \
 | 
						apt -y install autoconf && \
 | 
				
			||||||
	cd ~ && \
 | 
						cd ~ && \
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@ RUN apt update && \
 | 
				
			||||||
	make install_bin install_include install_lib
 | 
						make install_bin install_include install_lib
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install ruby
 | 
					# Install ruby
 | 
				
			||||||
ENV RUBY_VER="2.6.1"
 | 
					ENV RUBY_VER="2.6.4"
 | 
				
			||||||
ENV CPPFLAGS="-I/opt/jemalloc/include"
 | 
					ENV CPPFLAGS="-I/opt/jemalloc/include"
 | 
				
			||||||
ENV LDFLAGS="-L/opt/jemalloc/lib/"
 | 
					ENV LDFLAGS="-L/opt/jemalloc/lib/"
 | 
				
			||||||
RUN apt update && \
 | 
					RUN apt update && \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue