Browse Source
			
			
			Really fix building (#5745)
			
				Signed-off-by: BlackDex <black.dex@gmail.com>
			
			
				pull/5746/head
			
			
		 
		
			
				
					
						
						Mathijs van Veluw
					
					7 months ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
2 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					docker/Dockerfile.debian
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -112,8 +112,8 @@ RUN source /env-cargo && \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        # The version is linked to the mariadb-connector-c a.k.a libmariadb-dev version | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        # See: https://mariadb.com/kb/en/about-mariadb-connector-c/ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        echo "export MYSQLCLIENT_VERSION=3.3.14" >> /env-cargo ; \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        # echo "export MYSQLCLIENT_INCLUDE_DIR=/usr/include/mariadb" >> /env-cargo && \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        # echo "export MYSQLCLIENT_LIB_DIR=/usr/lib/$(xx-info)" >> /env-cargo ; \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        echo "export MYSQLCLIENT_INCLUDE_DIR=/usr/include/mariadb" >> /env-cargo && \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        echo "export MYSQLCLIENT_LIB_DIR=/usr/lib/$(xx-info)" >> /env-cargo ; \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    fi && \ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    # Output the current contents of the file | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    cat /env-cargo | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |