PEP 668 - use Python image for Jellyfin Metrics
This commit is contained in:
parent
e74bf35f47
commit
5e795667e3
@ -1,8 +1,4 @@
|
||||
FROM debian
|
||||
|
||||
RUN apt update
|
||||
RUN apt upgrade -y
|
||||
RUN apt install -y python3 python3-pip
|
||||
FROM python:3.11-bookworm
|
||||
|
||||
ADD requirements.txt /
|
||||
RUN pip3 install -r /requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user