ssl test
This commit is contained in:
parent
d683970918
commit
7146cdfefa
1 changed files with 2 additions and 1 deletions
|
@ -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 . /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue