Compare commits
No commits in common. "37ea284cd8e3248b77d28cee766a255376c68a88" and "fb075f77b1a040c6c8d21dc3a466d61ad3bcc7a8" have entirely different histories.
37ea284cd8
...
fb075f77b1
@ -1,5 +1,11 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user