needed this in the container
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 1m19s

This commit is contained in:
2023-05-09 22:46:46 +02:00
parent 47bb135f64
commit 4e5d28bef2
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
FROM python:3.11.3-slim-bullseye
WORKDIR /app
RUN apt update && apt install -y git
RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml