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
|
# Labels
|
||||||
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
|
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
|
||||||
|
|
||||||
|
RUN apt install ca-certificates
|
||||||
ADD requirements.txt /
|
ADD requirements.txt /
|
||||||
RUN pip3 install -r /requirements.txt
|
RUN pip3 install -r /requirements.txt
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
ENV PYTHONIOENCODING=utf-8
|
ENV PYTHONIOENCODING=utf-8
|
||||||
ADD . /
|
ADD . /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue