From 2b207e007020685fc493dbb2b419bf84e96cfffa Mon Sep 17 00:00:00 2001 From: timofey Date: Fri, 4 Nov 2022 09:38:24 +0000 Subject: [PATCH] pip full --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06a1b48..7295576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ COPY requirements.txt dist/requirements.txt RUN pip install -r dist/requirements.txt COPY setup.py dist/setup.py COPY v6d0auth dist/v6d0auth -RUN pip install -e dist/. +RUN pip install -e dist/.[full] CMD ["python3", "-m", "v6d0auth.run-server"]