reduce built size
This commit is contained in:
		@@ -1,11 +1,5 @@
 | 
				
			|||||||
# Use Python slim image
 | 
					 | 
				
			||||||
FROM python:3.10-slim
 | 
					FROM python:3.10-slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install build dependencies
 | 
					 | 
				
			||||||
RUN apt-get update \
 | 
					 | 
				
			||||||
    && apt-get install -y gcc clang libdbus-1-dev meson \
 | 
					 | 
				
			||||||
    && rm -rf /var/lib/apt/lists/*  # Clean up
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Set the working directory
 | 
					# Set the working directory
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user