We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6f6f9 commit 3ac36d9Copy full SHA for 3ac36d9
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:alpine
2
3
-RUN apk update && apk add --no-cache ffmpeg uv clang
+RUN apk update && apk add --no-cache ffmpeg uv clang gcompat
4
WORKDIR /app
5
COPY ./pyproject.toml ./README.md /app/
6
RUN uv sync
0 commit comments