missing packages
Some checks failed
Publish Docker image / Push Docker image to registry (push) Failing after 2m57s
Some checks failed
Publish Docker image / Push Docker image to registry (push) Failing after 2m57s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM python:3.14.0-slim-trixie
|
||||
|
||||
WORKDIR /app
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y git
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y git zlib1g-dev libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/*
|
||||
#RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade
|
||||
RUN pip install git+https://github.com/nathom/streamrip --upgrade
|
||||
RUN pip install --no-cache-dir git+https://github.com/nathom/streamrip --upgrade
|
||||
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
||||
|
||||
COPY docker-entrypoint.sh ./
|
||||
|
||||
Reference in New Issue
Block a user