mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	[Docker] Fix broken image (#6621)
* Install grpcio faster - Pin version - Update build packages * Test dockerfile before push - SImply test if invoke is present * Revert commit to docker-compose * Remove VIRTUAL_ENV from Dockerfile * Fix pip install * Run extra checks on docker image * Ensure mariadb links are installed: - Closes https://github.com/inventree/InvenTree/issues/6625 * Adjust CI build docker image manually * Should fail - Test that revert fails CI * Ok, this should break it * Fix Dockerfile
This commit is contained in:
		| @@ -137,7 +137,7 @@ googleapis-common-protos==1.62.0 | ||||
|     # via | ||||
|     #   opentelemetry-exporter-otlp-proto-grpc | ||||
|     #   opentelemetry-exporter-otlp-proto-http | ||||
| grpcio==1.60.1 | ||||
| grpcio==1.54.2 | ||||
|     # via opentelemetry-exporter-otlp-proto-grpc | ||||
| gunicorn==21.2.0 | ||||
| html5lib==1.1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user