mirror of
https://github.com/alexta69/metube.git
synced 2026-07-17 16:47:30 +00:00
feature/repair-persistent-queues
This commit is contained in:
parent
179452b4f4
commit
d799a4a8eb
3 changed files with 72 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ COPY pyproject.toml uv.lock docker-entrypoint.sh ./
|
|||
# Install dependencies
|
||||
RUN sed -i 's/\r$//g' docker-entrypoint.sh && \
|
||||
chmod +x docker-entrypoint.sh && \
|
||||
apk add --update ffmpeg aria2 coreutils shadow su-exec curl tini deno && \
|
||||
apk add --update ffmpeg aria2 coreutils shadow su-exec curl tini deno gdbm-tools sqlite && \
|
||||
apk add --update --virtual .build-deps gcc g++ musl-dev uv && \
|
||||
UV_PROJECT_ENVIRONMENT=/usr/local uv sync --frozen --no-dev --compile-bytecode && \
|
||||
apk del .build-deps && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue