From 5e795667e36c7a3dc5d234630820d95bb5348fe8 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 16 Jul 2023 21:14:26 -0700 Subject: [PATCH] PEP 668 - use Python image for Jellyfin Metrics --- app/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 2c6d6f0..b133886 100644 --- a/app/Dockerfile +++ b/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