Skip to content
Snippets Groups Projects
Commit 93c22f04 authored by Konrad Wojtasik's avatar Konrad Wojtasik
Browse files

Update DockerFile

parent c96f85c5
Branches
No related merge requests found
Pipeline #13128 passed with stages
in 9 minutes and 59 seconds
......@@ -9,7 +9,7 @@ COPY pyproject.toml .
COPY README.md .
RUN apt update
RUN apt install python3-dev g++
RUN apt install python3-dev g++ -y
RUN pip install poetry==1.1.8 poetry-core==1.0.4 urllib3==1.26.6
RUN poetry config virtualenvs.create false && poetry build && poetry install
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment