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

Up dockerfile

parent 2003e6db
Branches
Tags
No related merge requests found
Pipeline #13127 failed
......@@ -8,7 +8,8 @@ COPY config.ini .
COPY pyproject.toml .
COPY README.md .
RUN apt install python3-dev gcc
RUN apt update
RUN apt install python3-dev g++
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment