Compare commits

..

2 Commits

Author SHA1 Message Date
37ea284cd8 Merge pull request 'reduce built size' (#1) from shihaam/Post_finder:main into main
Reviewed-on: #1
2025-01-02 14:33:12 +00:00
2954253b3c reduce built size 2025-01-02 19:31:39 +05:00

View File

@@ -1,11 +1,5 @@
# Use Python slim image
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
WORKDIR /app