PEP 668 - use Python image for Jellyfin Metrics

main
Jack Jackson 10 months ago
parent e74bf35f47
commit 5e795667e3
  1. 6
      app/Dockerfile

@ -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…
Cancel
Save