Skip to content

Commit 3ac36d9

Browse files
fix run error
1 parent 5e6f6f9 commit 3ac36d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:alpine
22

3-
RUN apk update && apk add --no-cache ffmpeg uv clang
3+
RUN apk update && apk add --no-cache ffmpeg uv clang gcompat
44
WORKDIR /app
55
COPY ./pyproject.toml ./README.md /app/
66
RUN uv sync

0 commit comments

Comments
 (0)