ssl err
This commit is contained in:
parent
1456c12608
commit
7546d1fdc7
3 changed files with 15 additions and 6 deletions
|
@ -4,8 +4,8 @@ FROM python:3.10-slim
|
|||
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
|
||||
|
||||
|
||||
ADD requirenments.txt /
|
||||
RUN pip3 install -r /requirenments.txt
|
||||
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