This commit is contained in:
Jan-Ole Hübner 2024-05-08 13:21:56 +02:00
parent d683970918
commit 7146cdfefa

View file

@ -3,9 +3,10 @@ FROM python:3.12-bookworm
# Labels
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
RUN apt install ca-certificates
ADD requirements.txt /
RUN pip3 install -r /requirements.txt
# Environment
ENV PYTHONIOENCODING=utf-8
ADD . /