PEP 668 - use Python image

This commit is contained in:
Jack Jackson 2023-07-20 09:07:05 -07:00
parent ae2f9c5bb1
commit a0b5ac479c

View File

@ -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