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 ca87566 commit aa8d9ebCopy full SHA for aa8d9eb
Dockerfile
@@ -16,7 +16,7 @@ COPY pyproject.toml uv.lock docker-entrypoint.sh ./
16
# Install dependencies
17
RUN sed -i 's/\r$//g' docker-entrypoint.sh && \
18
chmod +x docker-entrypoint.sh && \
19
- apk add --update ffmpeg aria2 coreutils shadow su-exec curl tini && \
+ apk add --update ffmpeg aria2 coreutils shadow su-exec curl tini deno && \
20
apk add --update --virtual .build-deps gcc g++ musl-dev uv && \
21
UV_PROJECT_ENVIRONMENT=/usr/local uv sync --frozen --no-dev --compile-bytecode && \
22
apk del .build-deps && \
0 commit comments