Skip to content

Commit

Permalink
Update poetry version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pchlap committed Feb 28, 2023
1 parent 46e8f80 commit a1aa50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install --upgrade pip
COPY poetry.lock /platipy/poetry.lock
COPY pyproject.toml /platipy/pyproject.toml

RUN curl -sSL https://install.python-poetry.org | python - --version 1.2.1
RUN curl -sSL https://install.python-poetry.org | python - --version 1.3.2
RUN echo 'export PATH="/root/.local/bin:$PATH"' >> ~/.bashrc
RUN echo "/usr/lib/python3.8/site-packages" >> /usr/local/lib/python3.8/dist-packages/site-packages.pth

Expand Down

0 comments on commit a1aa50d

Please sign in to comment.