do we still need the extra packages?
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 3m7s
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 3m7s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.13.9-slim-trixie
|
||||
|
||||
WORKDIR /app
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y git zlib1g-dev libjpeg-dev libpng-dev && rm -rf /var/lib/apt/lists/*
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -yq git && rm -rf /var/lib/apt/lists/*
|
||||
#RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade
|
||||
RUN pip install --no-cache-dir git+https://github.com/nathom/streamrip --upgrade
|
||||
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
||||
|
||||
Reference in New Issue
Block a user