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

Up dockerfile

parent 2003e6db
Branches
No related merge requests found
Pipeline #13127 failed with stages
in 6 minutes and 5 seconds
...@@ -8,7 +8,8 @@ COPY config.ini . ...@@ -8,7 +8,8 @@ COPY config.ini .
COPY pyproject.toml . COPY pyproject.toml .
COPY README.md . 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 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 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