needed this in the container
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 1m19s
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 1m19s
This commit is contained in:
parent
47bb135f64
commit
4e5d28bef2
@ -11,10 +11,8 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Git + Docker
|
- name: Install Docker
|
||||||
run: |
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
apt update && apt install git
|
|
||||||
curl -fsSL https://get.docker.com | sh
|
|
||||||
|
|
||||||
- name: Log in to Container Registry
|
- name: Log in to Container Registry
|
||||||
uses: https://github.com/docker/login-action@v2
|
uses: https://github.com/docker/login-action@v2
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
FROM python:3.11.3-slim-bullseye
|
FROM python:3.11.3-slim-bullseye
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN apt update && apt install -y git
|
||||||
RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade
|
RUN pip install git+https://github.com/hifimusix/streamrip.git --upgrade
|
||||||
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user